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