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