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