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