6 references to Signature
NuGet.Packaging (6)
Signing\Archive\EndOfCentralDirectoryRecord.cs (6)
56if (length < Signature.Count) 58ThrowByteSignatureNotFoundException(Signature); 77if (buffer[i] == Signature[Signature.Count - matchingByteCount - 1]) 81if (matchingByteCount == Signature.Count) 102ThrowByteSignatureNotFoundException(Signature);