1 write to _previousDebugPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
656
_previousDebugPath
= Environment.GetEnvironmentVariable("MSBUILDDEBUGPATH");
1 reference to _previousDebugPath
Microsoft.Build.UnitTests.Shared (1)
TestEnvironment.cs (1)
673
Environment.SetEnvironmentVariable("MSBUILDDEBUGPATH",
_previousDebugPath
);