1 implementation of IDataCollectionLauncher
Microsoft.TestPlatform.CrossPlatEngine (1)
DataCollection\DataCollectionLauncher.cs (1)
19internal abstract class DataCollectionLauncher : IDataCollectionLauncher
4 references to IDataCollectionLauncher
Microsoft.TestPlatform.CrossPlatEngine (4)
DataCollection\DataCollectionLauncherFactory.cs (2)
21/// The <see cref="IDataCollectionLauncher"/>. 23internal static IDataCollectionLauncher GetDataCollectorLauncher(IProcessHelper processHelper, string? settingsXml)
DataCollection\ProxyDataCollectionManager.cs (2)
45private readonly IDataCollectionLauncher _dataCollectionLauncher; 122IDataCollectionLauncher dataCollectionLauncher)