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)
59return CollectionServices.IEnumerableToArray(AttributeUtils.FilterCustomAttributes(_attributes, attributeType), attributeType); 64return CollectionServices.IEnumerableToArray(_attributes, typeof(Attribute));