7 references to ReadTagAndLength
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnDecoder.BitString.cs (2)
475tag = ReadTagAndLength(cur, ruleSet, out int? length, out int headerLength); 642ReadTagAndLength(source, ruleSet, out contentsLength, out headerLength);
System\Formats\Asn1\AsnDecoder.cs (1)
579Asn1Tag tag = ReadTagAndLength(cur, ruleSet, out int? length, out int bytesRead);
System\Formats\Asn1\AsnDecoder.OctetString.cs (2)
194Asn1Tag actualTag = ReadTagAndLength(source, ruleSet, out contentLength, out headerLength); 345tag = ReadTagAndLength(cur, ruleSet, out int? length, out int headerLength);
System\Formats\Asn1\AsnDecoder.Sequence.cs (1)
63Asn1Tag tag = ReadTagAndLength(source, ruleSet, out int? length, out int headerLength);
System\Formats\Asn1\AsnDecoder.SetOf.cs (1)
70Asn1Tag tag = ReadTagAndLength(source, ruleSet, out int? length, out int headerLength);