1 write to s_dataCollectorDll
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsArtifactPostProcessing.cs (1)
158
=> LazyInitializer.EnsureInitialized(ref
s_dataCollectorDll
, ref s_dataCollectorInitLock, () =>
3 references to s_dataCollectorDll
dotnet.Tests (3)
CommandTests\Test\GivenDotnetTestBuildsAndRunsArtifactPostProcessing.cs (3)
40
"--test-adapter-path", merge ? Path.GetDirectoryName(
s_dataCollectorDll
) : Path.GetDirectoryName(s_dataCollectorNoMergeDll),
69
$"--test-adapter-path:{(merge ? Path.GetDirectoryName(
s_dataCollectorDll
) : Path.GetDirectoryName(s_dataCollectorNoMergeDll))}",
97
$"--testAdapterPath:{(merge ? Path.GetDirectoryName(
s_dataCollectorDll
) : Path.GetDirectoryName(s_dataCollectorNoMergeDll))}",