2 writes to _attributeTarget
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\AttributeUsageAttribute.cs (2)
20
_attributeTarget
= validOn;
26
_attributeTarget
= validOn;
1 reference to _attributeTarget
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\AttributeUsageAttribute.cs (1)
31
public AttributeTargets ValidOn =>
_attributeTarget
;