2 writes to _hash
NuGet.ProjectModel (2)
FnvHash64Function.cs (2)
31_hash = FnvHash64.Hash(data, count); 35_hash = FnvHash64.Update(_hash, data, count);
3 references to _hash
NuGet.ProjectModel (3)
FnvHash64Function.cs (3)
29if (_hash == 0) 35_hash = FnvHash64.Update(_hash, data, count); 41return BitConverter.GetBytes(_hash);