4 references to EventWrittenEventArgs
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\EventSource.cs (2)
1436
var eventCallbackArgs = new
EventWrittenEventArgs
(this, eventId, pActivityId, relatedActivityId);
2063
var eventCallbackArgs = new
EventWrittenEventArgs
(this, eventId, pActivityId, childActivityID)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\NativeRuntimeEventSource.cs (1)
62
var eventCallbackArgs = new
EventWrittenEventArgs
(this, (int)eventID, &activityId, &childActivityId)
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\TraceLogging\TraceLoggingEventSource.cs (1)
701
var eventCallbackArgs = new
EventWrittenEventArgs
(this, -1, pActivityId, pChildActivityId)