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)
645
if (
_credentialHashCache
== null)
649
if (
_credentialHashCache
== null)
671
lock (
_credentialHashCache
)
673
if (!
_credentialHashCache
.TryGetValue(inputString, out credentialHash))
678
_credentialHashCache
.Add(inputString, credentialHash);