1 write to TempPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
566TempPath = tempPath;
5 references to TempPath
Microsoft.Build.Engine.UnitTests (1)
Evaluation\Evaluator_Tests.cs (1)
107TransientTestFolder projDirectory = env.CreateFolder(Path.Combine(env.CreateNewTempPath().TempPath, projectPathCandidate), createFolder: true);
Microsoft.Build.Tasks.UnitTests (3)
Exec_Tests.cs (3)
62var newTempPath = testEnvironment.CreateNewTempPathWithSubfolder("hello()w]o(rld)").TempPath; 120var newTempPath = testEnvironment.CreateNewTempPath().TempPath; 995var newTempPath = env.CreateNewTempPathWithSubfolder("hello()wo(rld)").TempPath;
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
618FileUtilities.DeleteDirectoryNoThrow(TempPath, recursive: true);