1 write to _cache
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\PreAuthCredentialCache.cs (1)
25_cache ??= new Dictionary<CredentialCacheKey, NetworkCredential>();
5 references to _cache
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\PreAuthCredentialCache.cs (5)
26_cache.Add(key, cred); 34if (_cache == null) 41_cache.Remove(key); 49if (_cache == null) 54CredentialCacheHelper.TryGetCredential(_cache, uriPrefix, authType, out Uri? mostSpecificMatchUri, out NetworkCredential? mostSpecificMatch);