1 write to _environment
NuGet.Configuration (1)
Proxy\ProxyCache.cs (1)
46
_environment
= environment;
2 references to _environment
NuGet.Configuration (2)
Proxy\ProxyCache.cs (2)
111
host =
_environment
.GetEnvironmentVariable(ConfigurationConstants.HostKey);
128
var noProxy =
_environment
.GetEnvironmentVariable(ConfigurationConstants.NoProxy);