Implemented interface member:
method
Update
NuGet.Packaging.IHashFunction.Update(System.Byte[], System.Int32, System.Int32)
4 references to Update
NuGet.Packaging (4)
PackageCreation\Authoring\PackageBuilder.cs (2)
381
hashFunc.
Update
(data, 0, data.Length);
1294
hashFunc.
Update
(data, 0, data.Length);
Signing\Archive\SignedPackageArchiveIOUtility.cs (1)
215
hashFunc.
Update
(bytes, offset: 0, count);
Signing\Archive\SignedPackageArchiveUtility.cs (1)
623
hashFunc.
Update
(Array.Empty<byte>(), offset: 0, count: 0);