4 references to ReadBoolean
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnDecoder.Boolean.cs (1)
114
bool ret = AsnDecoder.
ReadBoolean
(_data.Span, RuleSet, out int bytesConsumed, expectedTag);
System.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
64
bool ret = AsnDecoder.
ReadBoolean
(_span, _ruleSet, out int consumed, expectedTag);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
64
bool ret = AsnDecoder.
ReadBoolean
(_span, _ruleSet, out int consumed, expectedTag);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
64
bool ret = AsnDecoder.
ReadBoolean
(_span, _ruleSet, out int consumed, expectedTag);