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