1 write to _hash
NuGet.Packaging (1)
Sha512HashFunction.cs (1)
69
_hash
= _hashFunc.GetHashAndReset();
3 references to _hash
NuGet.Packaging (3)
Sha512HashFunction.cs (3)
57
if (
_hash
!= null)
67
if (
_hash
== null)
72
return
_hash
;