2 writes to _safeHashHandle
mscorlib (2)
system\security\cryptography\md5cryptoserviceprovider.cs (2)
35_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5); 56_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_MD5);
8 references to _safeHashHandle
mscorlib (8)
system\security\cryptography\md5cryptoserviceprovider.cs (8)
41if (_safeHashHandle != null && !_safeHashHandle.IsClosed) 42_safeHashHandle.Dispose(); 52if (_safeHashHandle != null && !_safeHashHandle.IsClosed) 53_safeHashHandle.Dispose(); 62Utils.HashData(_safeHashHandle, rgb, ibStart, cbSize); 67return Utils.EndHash(_safeHashHandle);