8 writes to UserLevelPath
dotnet.Tests (8)
ShellShimTests\WindowsEnvironmentPathTests.cs (8)
37
_mockPathInternal.
UserLevelPath
= null;
48
_mockPathInternal.
UserLevelPath
= @"%USERPROFILE%\.dotnet\tools";
58
_mockPathInternal.
UserLevelPath
= @"%USERPROFILE%\Other;%USERPROFILE%\.dotnet\tools";
70
_mockPathInternal.
UserLevelPath
= @"%USERPROFILE%\Other";
81
_mockPathInternal.
UserLevelPath
= @"%USERPROFILE%\Other";
94
_mockPathInternal.
UserLevelPath
= pathWithToolPath;
106
_mockPathInternal.
UserLevelPath
= pathWithToolPath;
225
_mockPathInternal.
UserLevelPath
= value;
6 references to UserLevelPath
dotnet.Tests (6)
ShellShimTests\WindowsEnvironmentPathTests.cs (6)
42
_mockPathInternal.
UserLevelPath
.Should().Be(@"%USERPROFILE%\.dotnet\tools");
63
_mockPathInternal.
UserLevelPath
.Should()
75
_mockPathInternal.
UserLevelPath
.Should().Be(@"%USERPROFILE%\Other;%USERPROFILE%\.dotnet\tools");
112
_mockPathInternal.
UserLevelPath
.Should().Be(pathWithToolPath, "no change");
171
return Expand(_mockPathInternal.
UserLevelPath
);
211
return _mockPathInternal.
UserLevelPath
;