1 write to _tempDir
MSBuild.Benchmarks (1)
DefiningProjectModifiersBenchmark.cs (1)
34_tempDir = Path.Combine(Path.GetTempPath(), "MSBuildBenchmarks", Guid.NewGuid().ToString("N"));
6 references to _tempDir
MSBuild.Benchmarks (6)
DefiningProjectModifiersBenchmark.cs (6)
35string srcDir = Path.Combine(_tempDir, "src"); 50root.FullPath = Path.Combine(_tempDir, "SingleProject.csproj"); 69importRoot.FullPath = Path.Combine(_tempDir, "Imported.props"); 80mainRoot.FullPath = Path.Combine(_tempDir, "MainProject.csproj"); 105if (Directory.Exists(_tempDir)) 107Directory.Delete(_tempDir, recursive: true);