7 references to Decode
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnDecoder.cs (4)
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 _);
System.Net.Security (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34
return Asn1Tag.
Decode
(_span, out _);
System.Security.Cryptography (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34
return Asn1Tag.
Decode
(_span, out _);
System.Security.Cryptography.Pkcs (1)
src\libraries\Common\src\System\Security\Cryptography\Asn1Reader\AsnValueReader.cs (1)
34
return Asn1Tag.
Decode
(_span, out _);