1 write to m_algorithmHandles
System.Core (1)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
29m_algorithmHandles = new Dictionary<string, WeakReference>();
3 references to m_algorithmHandles
System.Core (3)
System\Security\Cryptography\BCryptHashAlgorithm.cs (3)
37if (m_algorithmHandles.ContainsKey(handleKey)) 39algorithmHandle = m_algorithmHandles[handleKey].Target as SafeBCryptAlgorithmHandle; 47m_algorithmHandles[handleKey] = new WeakReference(algorithmHandle);