1 write to Offset
System.Formats.Asn1 (1)
System\Formats\Asn1\AsnWriter.cs (1)
834Offset = offset;
4 references to Offset
System.Formats.Asn1 (4)
System\Formats\Asn1\AsnWriter.cs (4)
841offset = Offset; 847return Tag.Equals(other.Tag) && Offset == other.Offset && ItemType == other.ItemType; 854return (Tag, Offset, ItemType).GetHashCode();