3 references to ReadIntegerBytes
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Integer.cs (2)
105
ReadOnlySpan<byte> contents =
ReadIntegerBytes
(source, ruleSet, out int consumed, expectedTag);
550
AsnDecoder.
ReadIntegerBytes
(_data.Span, RuleSet, out int consumed, expectedTag);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
85
ReadOnlySpan<byte> ret = AsnDecoder.
ReadIntegerBytes
(_span, _ruleSet, out int consumed, expectedTag);