3 references to Null
System.Formats.Asn1 (3)
System\Formats\Asn1\Asn1Tag.Accelerators.cs (1)
48public static readonly Asn1Tag Null = new Asn1Tag(0, (int)UniversalTagNumber.Null);
System\Formats\Asn1\AsnDecoder.Null.cs (1)
52UniversalTagNumber.Null,
System\Formats\Asn1\AsnWriter.Null.cs (1)
22CheckUniversalTag(tag, UniversalTagNumber.Null);