72 references to TestPlatformInstrumentationEvents
Microsoft.TestPlatform.CoreUtilities (72)
Tracing\TestPlatformEventSource.cs (72)
28[Event(TestPlatformInstrumentationEvents.VsTestConsoleStartEventId)] 31WriteEvent(TestPlatformInstrumentationEvents.VsTestConsoleStartEventId); 35[Event(TestPlatformInstrumentationEvents.VsTestConsoleStopEventId)] 38WriteEvent(TestPlatformInstrumentationEvents.VsTestConsoleStopEventId); 42[Event(TestPlatformInstrumentationEvents.DiscoveryRequestStartEventId)] 45WriteEvent(TestPlatformInstrumentationEvents.DiscoveryRequestStartEventId); 49[Event(TestPlatformInstrumentationEvents.DiscoveryRequestStopEventId)] 52WriteEvent(TestPlatformInstrumentationEvents.DiscoveryRequestStopEventId); 56[Event(TestPlatformInstrumentationEvents.ExecutionRequestStartEventId)] 59WriteEvent(TestPlatformInstrumentationEvents.ExecutionRequestStartEventId); 63[Event(TestPlatformInstrumentationEvents.ExecutionRequestStopEventId)] 66WriteEvent(TestPlatformInstrumentationEvents.ExecutionRequestStopEventId); 70[Event(TestPlatformInstrumentationEvents.TestHostStartEventId)] 73WriteEvent(TestPlatformInstrumentationEvents.TestHostStartEventId); 77[Event(TestPlatformInstrumentationEvents.TestHostStopEventId)] 80WriteEvent(TestPlatformInstrumentationEvents.TestHostStopEventId); 84[Event(TestPlatformInstrumentationEvents.TestHostAppDomainCreationStartEventId)] 87WriteEvent(TestPlatformInstrumentationEvents.TestHostAppDomainCreationStartEventId); 91[Event(TestPlatformInstrumentationEvents.TestHostAppDomainCreationStopEventId)] 94WriteEvent(TestPlatformInstrumentationEvents.TestHostAppDomainCreationStopEventId); 98[Event(TestPlatformInstrumentationEvents.AdapterSearchStartEventId)] 101WriteEvent(TestPlatformInstrumentationEvents.AdapterSearchStartEventId); 105[Event(TestPlatformInstrumentationEvents.AdapterSearchStopEventId)] 108WriteEvent(TestPlatformInstrumentationEvents.AdapterSearchStopEventId); 112[Event(TestPlatformInstrumentationEvents.AdapterExecutionStartEventId)] 115WriteEvent(TestPlatformInstrumentationEvents.AdapterExecutionStartEventId, executorUri); 119[Event(TestPlatformInstrumentationEvents.AdapterExecutionStopEventId)] 122WriteEvent(TestPlatformInstrumentationEvents.AdapterExecutionStopEventId, numberOfTests); 126[Event(TestPlatformInstrumentationEvents.AdapterDiscoveryStartEventId)] 129WriteEvent(TestPlatformInstrumentationEvents.AdapterDiscoveryStartEventId, executorUri); 133[Event(TestPlatformInstrumentationEvents.AdapterDiscoveryStopEventId)] 136WriteEvent(TestPlatformInstrumentationEvents.AdapterDiscoveryStopEventId, numberOfTests); 140[Event(TestPlatformInstrumentationEvents.DiscoveryStartEventId)] 143WriteEvent(TestPlatformInstrumentationEvents.DiscoveryStartEventId); 147[Event(TestPlatformInstrumentationEvents.DiscoveryStopEventId)] 150WriteEvent(TestPlatformInstrumentationEvents.DiscoveryStopEventId, numberOfTests); 154[Event(TestPlatformInstrumentationEvents.ExecutionStartEventId)] 157WriteEvent(TestPlatformInstrumentationEvents.ExecutionStartEventId); 161[Event(TestPlatformInstrumentationEvents.ExecutionStopEventId)] 164WriteEvent(TestPlatformInstrumentationEvents.ExecutionStopEventId, numberOfTests); 168[Event(TestPlatformInstrumentationEvents.DataCollectionStartEventId)] 171WriteEvent(TestPlatformInstrumentationEvents.DataCollectionStartEventId, dataCollectorUri); 175[Event(TestPlatformInstrumentationEvents.DataCollectionStopEventId)] 178WriteEvent(TestPlatformInstrumentationEvents.DataCollectionStopEventId); 182[Event(TestPlatformInstrumentationEvents.TranslationLayerInitializeStartEventId)] 185WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerInitializeStartEventId); 189[Event(TestPlatformInstrumentationEvents.TranslationLayerInitializeStopEventId)] 192WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerInitializeStopEventId); 196[Event(TestPlatformInstrumentationEvents.TranslationLayerDiscoveryStartEventId)] 199WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerDiscoveryStartEventId); 203[Event(TestPlatformInstrumentationEvents.TranslationLayerDiscoveryStopEventId)] 206WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerDiscoveryStopEventId); 210[Event(TestPlatformInstrumentationEvents.TranslationLayerExecutionStartEventId)] 214TestPlatformInstrumentationEvents.TranslationLayerExecutionStartEventId, 222[Event(TestPlatformInstrumentationEvents.TranslationLayerExecutionStopEventId)] 225WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerExecutionStopEventId); 229[Event(TestPlatformInstrumentationEvents.MetricsDisposeStartEventId)] 232WriteEvent(TestPlatformInstrumentationEvents.MetricsDisposeStartEventId); 236[Event(TestPlatformInstrumentationEvents.MetricsDisposeStopEventId)] 239WriteEvent(TestPlatformInstrumentationEvents.MetricsDisposeStopEventId); 243[Event(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingRequestStartEventId)] 246WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingRequestStartEventId); 250[Event(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingRequestStopEventId)] 253WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingRequestStopEventId); 257[Event(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStartEventId)] 260WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStartEventId, numberOfAttachments); 264[Event(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStopEventId)] 267WriteEvent(TestPlatformInstrumentationEvents.TestRunAttachmentsProcessingStopEventId, numberOfAttachments); 271[Event(TestPlatformInstrumentationEvents.TranslationLayerTestRunAttachmentsProcessingStartEventId)] 274WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerTestRunAttachmentsProcessingStartEventId); 278[Event(TestPlatformInstrumentationEvents.TranslationLayerTestRunAttachmentsProcessingStopEventId)] 281WriteEvent(TestPlatformInstrumentationEvents.TranslationLayerTestRunAttachmentsProcessingStopEventId);