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)
35
string srcDir = Path.Combine(
_tempDir
, "src");
50
root.FullPath = Path.Combine(
_tempDir
, "SingleProject.csproj");
69
importRoot.FullPath = Path.Combine(
_tempDir
, "Imported.props");
80
mainRoot.FullPath = Path.Combine(
_tempDir
, "MainProject.csproj");
105
if (Directory.Exists(
_tempDir
))
107
Directory.Delete(
_tempDir
, recursive: true);