44 references to HasData
NuGet.Packaging (44)
Signing\DerEncoding\DerSequenceReader.cs (4)
94
if (!
HasData
)
114
return
HasData
&& _data[_position] == expectedTag;
170
while (childReader.
HasData
)
525
if (!
HasData
)
Signing\Signatures\AlgorithmIdentifier.cs (2)
41
if (algIdReader.
HasData
)
45
if (algIdReader.
HasData
)
Signing\Signatures\CommitmentTypeIndication.cs (2)
56
if (indicationReader.
HasData
)
62
while (qualifierReader.
HasData
)
Signing\Signatures\CommitmentTypeQualifier.cs (2)
43
if (commitmentTypeQualifierReader.
HasData
)
47
if (commitmentTypeQualifierReader.
HasData
)
Signing\Signatures\EssCertId.cs (2)
48
if (sequenceReader.
HasData
)
52
if (sequenceReader.
HasData
)
Signing\Signatures\EssCertIdV2.cs (2)
82
if (sequenceReader.
HasData
)
86
if (sequenceReader.
HasData
)
Signing\Signatures\GeneralName.cs (2)
88
if (reader.
HasData
)
98
while (reader.
HasData
)
Signing\Signatures\IssuerSerial.cs (1)
93
if (sequenceReader.
HasData
)
Signing\Signatures\NuGetPackageOwners.cs (1)
48
while (ownersReader.
HasData
)
Signing\Signatures\NuGetV3ServiceIndexUrl.cs (1)
49
if (reader.
HasData
)
Signing\Signatures\PolicyInformation.cs (2)
46
if (policyInfoReader.
HasData
)
61
while (policyQualifiersReader.
HasData
)
Signing\Signatures\PolicyQualifierInfo.cs (2)
49
if (policyQualifierReader.
HasData
)
53
if (policyQualifierReader.
HasData
)
Signing\Signatures\SigningCertificate.cs (4)
44
if (reader.
HasData
)
49
if (reader.
HasData
)
62
while (reader.
HasData
)
76
while (reader.
HasData
)
Signing\Signatures\SigningCertificateV2.cs (4)
59
if (reader.
HasData
)
64
if (reader.
HasData
)
89
while (reader.
HasData
)
103
while (reader.
HasData
)
Signing\Timestamp\Accuracy.cs (1)
80
if (accuracyReader.
HasData
)
Signing\Timestamp\Extension.cs (1)
51
if (extensionReader.
HasData
)
Signing\Timestamp\Extensions.cs (1)
37
while (extensionsReader.
HasData
)
Signing\Timestamp\MessageImprint.cs (1)
48
if (imprintReader.
HasData
)
Signing\Timestamp\TstInfo.cs (3)
117
if (tstInfoReader.
HasData
&& tstInfoReader.HasTag(DerSequenceReader.ContextSpecificConstructedTag0))
124
if (tstInfoReader.
HasData
&& tstInfoReader.HasTag(DerSequenceReader.ContextSpecificConstructedTag1))
145
if (tstInfoReader.
HasData
)
Signing\Utility\CertificateUtility.cs (6)
491
while (reader.
HasData
)
496
if (dpReader.
HasData
&& dpReader.HasTag(DerEncoding.DerSequenceReader.ContextSpecificConstructedTag0))
502
if (dpNameReader.
HasData
&& dpNameReader.HasTag(DerEncoding.DerSequenceReader.ContextSpecificConstructedTag0))
508
while (gnReader.
HasData
)
557
while (reader.
HasData
)
563
if (string.Equals(oid, OcspAccessMethodOid, StringComparison.Ordinal) && adReader.
HasData
)