1 write to _impl
mscorlib (1)
system\security\cryptography\sha512managed.cs (1)
39_impl = SHA512.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha512managed.cs (9)
54if (_impl != null) { 55_impl.Initialize(); 67if (_impl != null) { 68_impl.TransformBlock(rgb, ibStart, cbSize, null, 0); 76if (_impl != null) { 77_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 78return _impl.Hash; 86if (_impl != null) { 87_impl.Dispose();