2 writes to _safeHashHandle
mscorlib (2)
system\security\cryptography\sha1cryptoserviceprovider.cs (2)
27_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1); 49_safeHashHandle = Utils.CreateHash(Utils.StaticProvHandle, Constants.CALG_SHA1);
8 references to _safeHashHandle
mscorlib (8)
system\security\cryptography\sha1cryptoserviceprovider.cs (8)
33if (_safeHashHandle != null && !_safeHashHandle.IsClosed) 34_safeHashHandle.Dispose(); 45if (_safeHashHandle != null && !_safeHashHandle.IsClosed) 46_safeHashHandle.Dispose(); 55Utils.HashData(_safeHashHandle, rgb, ibStart, cbSize); 61return Utils.EndHash(_safeHashHandle);