1 write to _impl
mscorlib (1)
system\security\cryptography\sha256managed.cs (1)
50_impl = SHA256.Create();
9 references to _impl
mscorlib (9)
system\security\cryptography\sha256managed.cs (9)
65if (_impl != null) { 66_impl.Initialize(); 77if (_impl != null) { 78_impl.TransformBlock(rgb, ibStart, cbSize, null, 0); 85if (_impl != null) { 86_impl.TransformFinalBlock(Array.Empty<byte>(), 0, 0); 87return _impl.Hash; 95if (_impl != null) { 96_impl.Dispose();