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