22 references to Instance
Microsoft.TestPlatform.CrossPlatEngine (7)
Client\Parallel\ParallelProxyExecutionManager.cs (1)
364var attachmentsProcessingManager = new TestRunAttachmentsProcessingManager(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory());
Discovery\DiscovererEnumerator.cs (1)
50: this(requestData, discoveryResultCache, TestPlatformEventSource.Instance, token)
Discovery\DiscoveryManager.cs (1)
49: this(requestData, TestPlatformEventSource.Instance)
Execution\ExecutionManager.cs (1)
42: this(TestPlatformEventSource.Instance, requestData)
Execution\RunTestsWithSources.cs (1)
52: base(requestData, package, runSettings, testExecutionContext, testCaseEventsHandler, testRunEventsHandler, TestPlatformEventSource.Instance)
Execution\RunTestsWithTests.cs (1)
44: base(requestData, package, runSettings, testExecutionContext, testCaseEventsHandler, testRunEventsHandler, TestPlatformEventSource.Instance)
PostProcessing\ArtifactProcessingManager.cs (1)
45new TestRunAttachmentsProcessingManager(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (3)
VsTestConsoleRequestSender.cs (1)
57TestPlatformEventSource.Instance)
VsTestConsoleWrapper.cs (2)
85TestPlatformEventSource.Instance, 107TestPlatformEventSource.Instance,
testhost (2)
src\vstest\src\testhost.x86\Program.cs (2)
36TestPlatformEventSource.Instance.TestHostStart(); 48TestPlatformEventSource.Instance.TestHostStop();
testhost.arm64 (2)
src\vstest\src\testhost.x86\Program.cs (2)
36TestPlatformEventSource.Instance.TestHostStart(); 48TestPlatformEventSource.Instance.TestHostStop();
testhost.x86 (2)
Program.cs (2)
36TestPlatformEventSource.Instance.TestHostStart(); 48TestPlatformEventSource.Instance.TestHostStop();
vstest.console (3)
CommandLine\Executor.cs (1)
79public Executor(IOutput output) : this(output, TestPlatformEventSource.Instance, new ProcessHelper(), new PlatformEnvironment())
TestPlatformHelpers\TestRequestManager.cs (2)
99TestPlatformEventSource.Instance, 105new TestRunAttachmentsProcessingManager(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),
vstest.console.arm64 (3)
src\vstest\src\vstest.console\CommandLine\Executor.cs (1)
79public Executor(IOutput output) : this(output, TestPlatformEventSource.Instance, new ProcessHelper(), new PlatformEnvironment())
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
99TestPlatformEventSource.Instance, 105new TestRunAttachmentsProcessingManager(TestPlatformEventSource.Instance, new DataCollectorAttachmentsProcessorsFactory()),