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