1 implementation of ITestPlatformEventSource
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\TestPlatformEventSource.cs (1)
12public class TestPlatformEventSource : EventSource, ITestPlatformEventSource
31 references to ITestPlatformEventSource
Microsoft.TestPlatform.CoreUtilities (1)
Tracing\TestPlatformEventSource.cs (1)
19public static ITestPlatformEventSource Instance
Microsoft.TestPlatform.CrossPlatEngine (12)
AttachmentsProcessing\TestRunAttachmentsProcessingManager.cs (2)
32private readonly ITestPlatformEventSource _testPlatformEventSource; 38public TestRunAttachmentsProcessingManager(ITestPlatformEventSource testPlatformEventSource, IDataCollectorAttachmentsProcessorsFactory dataCollectorAttachmentsProcessorsFactory)
Discovery\DiscovererEnumerator.cs (3)
38private readonly ITestPlatformEventSource _testPlatformEventSource; 63ITestPlatformEventSource testPlatformEventSource, 79ITestPlatformEventSource testPlatformEventSource,
Discovery\DiscoveryManager.cs (2)
36private readonly ITestPlatformEventSource _testPlatformEventSource; 62protected DiscoveryManager(IRequestData requestData, ITestPlatformEventSource testPlatformEventSource)
Execution\BaseRunTests.cs (3)
46private readonly ITestPlatformEventSource _testPlatformEventSource; 93ITestPlatformEventSource testPlatformEventSource) 129ITestPlatformEventSource testPlatformEventSource,
Execution\ExecutionManager.cs (2)
32private readonly ITestPlatformEventSource _testPlatformEventSource; 53protected ExecutionManager(ITestPlatformEventSource testPlatformEventSource, IRequestData requestData)
Microsoft.TestPlatform.VsTestConsole.TranslationLayer (4)
VsTestConsoleRequestSender.cs (2)
39private readonly ITestPlatformEventSource _testPlatformEventSource; 71ITestPlatformEventSource testPlatformEventSource)
VsTestConsoleWrapper.cs (2)
55private readonly ITestPlatformEventSource _testPlatformEventSource; 125ITestPlatformEventSource testPlatformEventSource,
vstest.console (7)
CommandLine\Executor.cs (4)
63private readonly ITestPlatformEventSource _testPlatformEventSource; 103internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment) 108internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider) 113internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider, IRunSettingsHelper runSettingsHelper, CommandLineOptions commandLineOptions, TestRunResultAggregator testRunResultAggregator, ITestRequestManager? testRequestManager = null)
TestPlatformHelpers\TestRequestManager.cs (3)
51private readonly ITestPlatformEventSource _testPlatformEventSource; 116ITestPlatformEventSource testPlatformEventSource, 142ITestPlatformEventSource testPlatformEventSource,
vstest.console.arm64 (7)
src\vstest\src\vstest.console\CommandLine\Executor.cs (4)
63private readonly ITestPlatformEventSource _testPlatformEventSource; 103internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment) 108internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider) 113internal Executor(IOutput output, ITestPlatformEventSource testPlatformEventSource, IProcessHelper processHelper, IEnvironment environment, IRunSettingsProvider runSettingsProvider, IRunSettingsHelper runSettingsHelper, CommandLineOptions commandLineOptions, TestRunResultAggregator testRunResultAggregator, ITestRequestManager? testRequestManager = null)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
51private readonly ITestPlatformEventSource _testPlatformEventSource; 116ITestPlatformEventSource testPlatformEventSource, 142ITestPlatformEventSource testPlatformEventSource,