2 instantiations of DefaultDataCollectionLauncher
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DataCollectionLauncherFactory.cs (2)
34
return 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.
55
var dataCollectorDirectory = Path.GetDirectoryName(typeof(
DefaultDataCollectionLauncher
).Assembly.GetAssemblyLocation());
DataCollection\DotnetDataCollectionLauncher.cs (1)
64
var dataCollectorDirectory = Path.GetDirectoryName(typeof(
DefaultDataCollectionLauncher
).Assembly.GetAssemblyLocation());