5 references to Decode
System.Formats.Asn1 (5)
System\Formats\Asn1\AsnDecoder.cs (5)
152
Asn1Tag tag = Asn1Tag.
Decode
(source, out int tagLength);
184
Asn1Tag localTag = Asn1Tag.
Decode
(source, out int tagLength);
451
Asn1Tag tag = Asn1Tag.
Decode
(source, out int tagBytesRead);
827
return Asn1Tag.
Decode
(_data.Span, out _);
984
return Asn1Tag.
Decode
(_data, out _);