23 references to HasData
InMemory.FunctionalTests (5)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
687
if (algIdReader.
HasData
)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (4)
341
if (request.
HasData
)
370
if (tbsRequest.
HasData
)
384
if (firstRequest.
HasData
)
395
while (requestExtensions.
HasData
)
Microsoft.AspNetCore.Server.Kestrel.Core.Tests (5)
src\Servers\Kestrel\shared\test\CertificateAuthority.cs (1)
687
if (algIdReader.
HasData
)
src\Servers\Kestrel\shared\test\RevocationResponder.cs (4)
341
if (request.
HasData
)
370
if (tbsRequest.
HasData
)
384
if (firstRequest.
HasData
)
395
while (requestExtensions.
HasData
)
System.Formats.Asn1 (8)
System\Formats\Asn1\AsnDecoder.cs (2)
802
/// data, or performs no function if <see cref="
HasData
"/> returns <see langword="false"/>.
810
if (
HasData
)
System\Formats\Asn1\AsnDecoder.Sequence.cs (2)
103
/// value in the sequence (or with <see cref="
HasData
"/> == <see langword="false"/>).
110
/// value in the sequence (or with <see cref="
HasData
"/> == <see langword="false"/>).
System\Formats\Asn1\AsnDecoder.SetOf.cs (4)
135
/// value in the set-of (or with <see cref="
HasData
"/> == <see langword="false"/>),
144
/// value in the set-of (or with <see cref="
HasData
"/> == <see langword="false"/>).
175
/// value in the set-of (or with <see cref="
HasData
"/> == <see langword="false"/>).
187
/// value in the set-of (or with <see cref="
HasData
"/> == <see langword="false"/>).
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X500NameEncoder.ManagedDecode.cs (2)
30
while (x500NameSequenceReader.
HasData
)
92
while (rdnReader.
HasData
)
System\Security\Cryptography\X509Certificates\X509EnhancedKeyUsageExtension.cs (1)
95
while (sequenceReader.
HasData
)
System.Security.Cryptography.Pkcs (2)
System\Security\Cryptography\Pkcs\CmsSignature.cs (2)
169
if (reader.
HasData
)
203
return !sequence.
HasData
;