6 references to s_algorithmDelegateDictionary
System.ServiceModel.Primitives (6)
System\IdentityModel\CryptoHelper.cs (6)
278if (!s_algorithmDelegateDictionary.TryGetValue(algorithm, out delegateFunction)) 282if (!s_algorithmDelegateDictionary.ContainsKey(algorithm)) 290s_algorithmDelegateDictionary[algorithm] = null; 295s_algorithmDelegateDictionary[algorithm] = null; 302s_algorithmDelegateDictionary[algorithm] = null; 314s_algorithmDelegateDictionary[algorithm] = delegateFunction;