1 write to _tempDir
MSBuild.Benchmarks (1)
ItemSpecModifiersCachingBenchmark.cs (1)
33
_tempDir
= Path.Combine(Path.GetTempPath(), "MSBuildBenchmarks", Guid.NewGuid().ToString("N"));
4 references to _tempDir
MSBuild.Benchmarks (4)
ItemSpecModifiersCachingBenchmark.cs (4)
34
string srcDir = Path.Combine(
_tempDir
, "src", "Framework");
49
root.FullPath = Path.Combine(
_tempDir
, "Test.csproj");
64
if (Directory.Exists(
_tempDir
))
66
Directory.Delete(
_tempDir
, recursive: true);