1 write to _hashProvider
System.Security.Cryptography (1)
System\Security\Cryptography\MD5.cs (1)
253
_hashProvider
= HashProviderDispenser.CreateHashProvider(HashAlgorithmNames.MD5);
7 references to _hashProvider
System.Security.Cryptography (7)
System\Security\Cryptography\MD5.cs (7)
254
HashSizeValue =
_hashProvider
.HashSizeInBytes * 8;
258
_hashProvider
.AppendHashData(array, ibStart, cbSize);
261
_hashProvider
.AppendHashData(source);
264
_hashProvider
.FinalizeHashAndReset();
267
_hashProvider
.TryFinalizeHashAndReset(destination, out bytesWritten);
269
public sealed override void Initialize() =>
_hashProvider
.Reset();
273
_hashProvider
.Dispose(disposing);