1 write to s_dataCollectorNoMergeDll
dotnet.Tests (1)
CommandTests\Test\GivenDotnetTestBuildsAndRunsArtifactPostProcessing.cs (1)
173
=> LazyInitializer.EnsureInitialized(ref
s_dataCollectorNoMergeDll
, ref s_dataCollectorInitLock, () =>
3 references to s_dataCollectorNoMergeDll
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
))}",