7 references to Decode
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (4)
152Asn1Tag tag = Asn1Tag.Decode(source, out int tagLength); 184Asn1Tag localTag = Asn1Tag.Decode(source, out int tagLength); 451Asn1Tag tag = Asn1Tag.Decode(source, out int tagBytesRead); 827return Asn1Tag.Decode(_data.Span, out _);
System.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34return Asn1Tag.Decode(_span, out _);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34return Asn1Tag.Decode(_span, out _);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34return Asn1Tag.Decode(_span, out _);