2 writes to _failedProxyCache
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (2)
23_failedProxyCache = failedProxyCache; 33_failedProxyCache = failedProxyCache;
5 references to _failedProxyCache
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\MultiProxy.cs (5)
98Debug.Assert(_failedProxyCache != null); 99_failedProxyCache.SetProxyFailed(_currentUri); 115Debug.Assert(_failedProxyCache != null); 116long renewTicks = _failedProxyCache.GetProxyRenewTicks(uri); 142_failedProxyCache.TryRenewProxy(uri, oldestFailedProxyTicks);