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