1 write to Tag
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
842Tag = tag;
4 references to Tag
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnWriter.cs (4)
849tag = Tag; 856return Tag.Equals(other.Tag) && Offset == other.Offset && ItemType == other.ItemType; 863return (Tag, Offset, ItemType).GetHashCode();