3 references to Null
System.Formats.Asn1 (2)
System\Formats\Asn1\AsnDecoder.Null.cs (1)
51expectedTag ?? Asn1Tag.Null,
System\Formats\Asn1\AsnWriter.Null.cs (1)
24WriteNullCore(tag?.AsPrimitive() ?? Asn1Tag.Null);
System.Security.Cryptography.Pkcs (1)
Internal\Cryptography\Pal\AnyOS\AsnHelpers.cs (1)
108if (reader.PeekTag() != Asn1Tag.Null)