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)
123host = _environment.GetEnvironmentVariable(ConfigurationConstants.HostKey); 140var noProxy = _environment.GetEnvironmentVariable(ConfigurationConstants.NoProxy);