2 references to TryReadLength
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.cs (2)
74
TryReadLength
(source.Slice(tagLength), ruleSet, out int? encodedLength, out int lengthLength))
283
bool ret =
TryReadLength
(source, ruleSet, out int? decoded, out int read);