1 write to _attributes
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
41_attributes = propertyAttributes ?? CollectionServices.Empty<Attribute>();
2 references to _attributes
System.Reflection.Context (2)
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (2)
60return CollectionServices.IEnumerableToArray(AttributeUtils.FilterCustomAttributes(_attributes, attributeType), attributeType); 65return CollectionServices.IEnumerableToArray(_attributes, typeof(Attribute));