1 write to TempPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
567TempPath = 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)
61var newTempPath = testEnvironment.CreateNewTempPathWithSubfolder("hello()w]o(rld)").TempPath; 119var newTempPath = testEnvironment.CreateNewTempPath().TempPath; 1005var newTempPath = env.CreateNewTempPathWithSubfolder("hello()wo(rld)").TempPath;
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
619FileUtilities.DeleteDirectoryNoThrow(TempPath, recursive: true);