1 write to s_testFolderFullPath
Microsoft.Build.Engine.UnitTests (1)
Definition\ToolsetConfigurationReaderTestHelper.cs (1)
33s_testFolderFullPath = Path.Combine(Path.GetTempPath(), "configFileTests");
5 references to s_testFolderFullPath
Microsoft.Build.Engine.UnitTests (5)
Definition\ToolsetConfigurationReaderTestHelper.cs (5)
34Directory.CreateDirectory(s_testFolderFullPath); 35string configFilePath = Path.Combine(s_testFolderFullPath, "test.exe.config"); 52if (s_testFolderFullPath != null && Directory.Exists(s_testFolderFullPath)) 54FileUtilities.DeleteDirectoryNoThrow(s_testFolderFullPath, true, 5, 1000);