1 write to _algorithmCache
System.Core (1)
System\Security\Cryptography\BCryptHashAlgorithm.cs (1)
80_algorithmCache = new BCryptAlgorithmHandleCache();
2 references to _algorithmCache
System.Core (2)
System\Security\Cryptography\BCryptHashAlgorithm.cs (2)
78if (_algorithmCache == null) 83m_algorithmHandle = _algorithmCache.GetCachedAlgorithmHandle(algorithm.Algorithm, implementation);