1 write to credentialHashCache
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
642this.credentialHashCache = new MruCache<string, string>(5);
5 references to credentialHashCache
System.ServiceModel (5)
System\ServiceModel\Channels\HttpChannelFactory.cs (5)
636if (this.credentialHashCache == null) 640if (this.credentialHashCache == null) 688lock (this.credentialHashCache) 690if (!this.credentialHashCache.TryGetValue(inputString, out credentialHash)) 695this.credentialHashCache.Add(inputString, credentialHash);