2 instantiations of DoNothingEnvironmentPath
dotnet (2)
ShellShim\EnvironmentPathFactory.cs (2)
20
IEnvironmentPath environmentPath = new
DoNothingEnvironmentPath
();
26
environmentPath = new
DoNothingEnvironmentPath
();