1 write to TempPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
566
TempPath
= tempPath;
4 references to TempPath
Microsoft.Build.Tasks.UnitTests (3)
Exec_Tests.cs (3)
62
var newTempPath = testEnvironment.CreateNewTempPathWithSubfolder("hello()w]o(rld)").
TempPath
;
120
var newTempPath = testEnvironment.CreateNewTempPath().
TempPath
;
995
var newTempPath = env.CreateNewTempPathWithSubfolder("hello()wo(rld)").
TempPath
;
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
618
FileUtilities.DeleteDirectoryNoThrow(
TempPath
, recursive: true);