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)
34string srcDir = Path.Combine(_tempDir, "src", "Framework"); 49root.FullPath = Path.Combine(_tempDir, "Test.csproj"); 64if (Directory.Exists(_tempDir)) 66Directory.Delete(_tempDir, recursive: true);