1 write to _cacheForHosts
System.Net.Primitives (1)
System\Net\CredentialCache.cs (1)
70_cacheForHosts ??= new Dictionary<CredentialHostKey, NetworkCredential>();
10 references to _cacheForHosts
System.Net.Primitives (10)
System\Net\CredentialCache.cs (10)
71_cacheForHosts.Add(key, credential); 112if (_cacheForHosts == null) 124_cacheForHosts.Remove(key); 151if (_cacheForHosts == null) 160_cacheForHosts.TryGetValue(key, out match); 181return cache._cacheForHosts != null ? 187return cache._cacheForHosts != null ? 188new SingleTableCredentialEnumerator<CredentialHostKey>(cache, cache._cacheForHosts) : 275Debug.Assert(cache._cacheForHosts != null); 280_enumerator = cache._cacheForHosts.Values.GetEnumerator();