3 instantiations of WindowsEnvironmentPath
dotnet (2)
ShellShim\EnvironmentPathFactory.cs (2)
30environmentPath = new WindowsEnvironmentPath( 73return 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)
30private readonly WindowsEnvironmentPath _windowsEnvironmentPath;