1 write to _mockPathInternal
dotnet.Tests (1)
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
128
_mockPathInternal
= mockPathInternal ?? throw new ArgumentNullException(nameof(mockPathInternal));
3 references to _mockPathInternal
dotnet.Tests (3)
ShellShimTests\WindowsEnvironmentPathTests.cs (3)
169
return Expand(
_mockPathInternal
.ProcessLevelPath);
171
return Expand(
_mockPathInternal
.UserLevelPath);
173
return Expand(
_mockPathInternal
.MachineLevelPath);