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