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