1 write to _credentialHashCache
System.ServiceModel.Http (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
651_credentialHashCache = new MruCache<string, string>(5);
5 references to _credentialHashCache
System.ServiceModel.Http (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
645if (_credentialHashCache == null) 649if (_credentialHashCache == null) 671lock (_credentialHashCache) 673if (!_credentialHashCache.TryGetValue(inputString, out credentialHash)) 678_credentialHashCache.Add(inputString, credentialHash);