10 references to SetTempPath
Microsoft.Build.BuildCheck.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.CommandLine.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.Engine.OM.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.Engine.UnitTests (2)
Graph\IsolateProjects_Tests.cs (1)
143_env.SetTempPath(Path.Combine(Directory.GetCurrentDirectory(), Guid.NewGuid().ToString("N")), deleteTempDirectory: true);
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.Framework.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.Tasks.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);
Microsoft.Build.UnitTests.Shared (2)
TestEnvironment.cs (2)
183return SetTempPath(folder.Path, true); 192return WithTransientTestState(SetTempPath(folder.Path, true));
Microsoft.Build.Utilities.UnitTests (1)
TestAssemblyInfo.cs (1)
67_testEnvironment.SetTempPath(assemblyTempFolder.Path);