4 references to ReadLength
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (4)
153
int? encodedLength =
ReadLength
(source.Slice(tagLength), ruleSet, out int lengthLength);
185
int? encodedLength =
ReadLength
(source.Slice(tagLength), ruleSet, out int lengthLength);
242
int? ret =
ReadLength
(source, ruleSet, out int read);
452
int? length =
ReadLength
(source.Slice(tagBytesRead), ruleSet, out int lengthBytesRead);