2 instantiations of DefaultDataCollectionLauncher
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DataCollectionLauncherFactory.cs (2)
34return new DefaultDataCollectionLauncher(); 46: new DefaultDataCollectionLauncher();
3 references to DefaultDataCollectionLauncher
Microsoft.TestPlatform.CrossPlatEngine (3)
DataCollection\DefaultDataCollectionLauncher.cs (2)
33/// Initializes a new instance of the <see cref="DefaultDataCollectionLauncher"/> class. 55var dataCollectorDirectory = Path.GetDirectoryName(typeof(DefaultDataCollectionLauncher).Assembly.GetAssemblyLocation());
DataCollection\DotnetDataCollectionLauncher.cs (1)
64var dataCollectorDirectory = Path.GetDirectoryName(typeof(DefaultDataCollectionLauncher).Assembly.GetAssemblyLocation());