4 references to GetCurrentHashCore
System.Security.Cryptography (4)
System\Security\Cryptography\IncrementalHash.cs (4)
199int written = GetCurrentHashCore(ret); 228return GetCurrentHashCore(destination); 259bytesWritten = GetCurrentHashCore(destination); 308VerifyCore(hash, this, static (IncrementalHash ih, Span<byte> buffer) => ih.GetCurrentHashCore(buffer));