11 references to WriteEvent
Microsoft.TestPlatform.CoreUtilities (6)
Tracing\TestPlatformEventSource.cs (6)
122WriteEvent(TestPlatformInstrumentationEvents.AdapterExecutionStopEventId, numberOfTests); 136WriteEvent(TestPlatformInstrumentationEvents.AdapterDiscoveryStopEventId, numberOfTests); 150WriteEvent(TestPlatformInstrumentationEvents.DiscoveryStopEventId, numberOfTests); 164WriteEvent(TestPlatformInstrumentationEvents.ExecutionStopEventId, numberOfTests); 260WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStartEventId, numberOfAttachments); 267WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStopEventId, numberOfAttachments);
System.Data.Common (1)
System\Data\Common\DataCommonEventSource.cs (1)
99WriteEvent(ExitScopeId, scopeId);
System.Net.Http (2)
System\Net\Http\HttpTelemetry.cs (2)
125WriteEvent(eventId: 7, connectionId); 143WriteEvent(eventId: 10, contentLength);
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\FrameworkEventSource.cs (2)
96WriteEvent(30, workID); 110WriteEvent(31, workID);