We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8c1e9 commit 1cde2a3Copy full SHA for 1cde2a3
src/System.Diagnostics.Tracing/ref/System.Diagnostics.Tracing.cs
@@ -294,6 +294,8 @@ internal EventWrittenEventArgs() { }
294
public System.Diagnostics.Tracing.EventTags Tags { get { throw null; } }
295
public System.Diagnostics.Tracing.EventTask Task { get { throw null; } }
296
public byte Version { get { throw null; } }
297
+ public long OSThreadId { get { throw null; } }
298
+ public DateTime TimeStamp { get { throw null; } }
299
}
300
[System.AttributeUsageAttribute((System.AttributeTargets)(64))]
301
public sealed partial class NonEventAttribute : System.Attribute
0 commit comments