1 write to _attributes
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (1)
26
_attributes
= setterAttributes ?? CollectionServices.Empty<Attribute>();
2 references to _attributes
System.Reflection.Context (2)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (2)
59
return CollectionServices.IEnumerableToArray(AttributeUtils.FilterCustomAttributes(
_attributes
, attributeType), attributeType);
64
return CollectionServices.IEnumerableToArray(
_attributes
, typeof(Attribute));