1 write to _impl
mscorlib (1)
system\security\cryptography\sha384managed.cs (1)
47_impl = SHA384.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha384managed.cs (9)
62if (_impl != null) { 63_impl.Initialize(); 75if (_impl != null) { 76_impl.TransformBlock(rgb, ibStart, cbSize, null, 0); 84if (_impl != null) { 85_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 86return _impl.Hash; 94if (_impl != null) { 95_impl.Dispose();