11 references to HasData
Aspire.Hosting.Tests (1)
ExecutionConfigurationGathererTests.cs (1)
551
Assert.False(reader.
HasData
);
System.Formats.Asn1 (10)
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\Formats\Asn1\AsnWriter.cs (2)
742
if (!reader.
HasData
)
758
while (reader.
HasData
);