3 instantiations of WindowsEnvironmentPath
dotnet (2)
ShellShim\EnvironmentPathFactory.cs (2)
30
environmentPath = new
WindowsEnvironmentPath
(
73
return new
WindowsEnvironmentPath
(
dotnet.Tests (1)
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
20
_windowsEnvironmentPath = new
WindowsEnvironmentPath
(
2 references to WindowsEnvironmentPath
dotnet.Tests (2)
ShellShimTests\EnvironmentPathFactoryTests.cs (1)
47
(result is
WindowsEnvironmentPath
).Should().BeTrue();
ShellShimTests\WindowsEnvironmentPathTests.cs (1)
30
private readonly
WindowsEnvironmentPath
_windowsEnvironmentPath;