1 write to _credentialHashCache
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (1)
555
_credentialHashCache
= new MruCache<string, string>(5);
5 references to _credentialHashCache
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\HttpChannelFactory.cs (5)
549
if (
_credentialHashCache
== null)
553
if (
_credentialHashCache
== null)
575
lock (
_credentialHashCache
)
577
if (!
_credentialHashCache
.TryGetValue(inputString, out credentialHash))
582
_credentialHashCache
.Add(inputString, credentialHash);