1 write to _impl
mscorlib (1)
system\security\cryptography\sha1managed.cs (1)
48_impl = new SHA1CryptoServiceProvider();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha1managed.cs (9)
63if (_impl != null) { 64_impl.Initialize(); 75if (_impl != null) { 76_impl.TransformBlock(rgb, ibStart, cbSize, null, 0); 83if (_impl != null) { 84_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 85return _impl.Hash; 93if (_impl != null) { 94_impl.Dispose();