1 write to _attributes
System.Reflection.Context (1)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (1)
24
_attributes
= getterAttributes ?? CollectionServices.Empty<Attribute>();
2 references to _attributes
System.Reflection.Context (2)
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (2)
42
return CollectionServices.IEnumerableToArray(AttributeUtils.FilterCustomAttributes(
_attributes
, attributeType), attributeType);
47
return CollectionServices.IEnumerableToArray(
_attributes
, typeof(Attribute));