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