1 write to TempPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
561TempPath = tempPath;
4 references to TempPath
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)
613FileUtilities.DeleteDirectoryNoThrow(TempPath, recursive: true);