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)
549if (_credentialHashCache == null) 553if (_credentialHashCache == null) 575lock (_credentialHashCache) 577if (!_credentialHashCache.TryGetValue(inputString, out credentialHash)) 582_credentialHashCache.Add(inputString, credentialHash);