2 writes to ProxyAddress
NuGet.Configuration (2)
Proxy\WebProxy.cs (2)
29ProxyAddress = CreateProxyUri(proxyAddress); 40ProxyAddress = proxyAddress;
2 references to ProxyAddress
NuGet.Configuration (2)
Proxy\ProxyCache.cs (1)
77return _cachedCredentials.TryAdd(configuredProxy.ProxyAddress, proxyCredentials);
Proxy\WebProxy.cs (1)
62public Uri GetProxy(Uri destination) => ProxyAddress;