1 write to Tag
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
833Tag = tag;
7 references to Tag
System.Formats.Asn1 (7)
System\Formats\Asn1\AsnWriter.cs (7)
840tag = Tag; 847return Tag.Equals(other.Tag) && Offset == other.Offset && ItemType == other.ItemType; 854return (Tag, Offset, ItemType).GetHashCode(); 905_writer.PopSetOf(_frame.Tag); 908_writer.PopSequence(_frame.Tag); 911_writer.PopOctetString(_frame.Tag);