1 write to _treatmentAndRowId
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (1)
22_treatmentAndRowId = treatmentAndRowId;
2 references to _treatmentAndRowId
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeSystem\CustomAttribute.cs (2)
27get { return (int)(_treatmentAndRowId & TokenTypeIds.RIDMask); } 37get { return (MethodDefTreatment)(_treatmentAndRowId >> TokenTypeIds.RowIdBitCount); }