5 references to FilterCustomAttributes
System.Reflection.Context (5)
System\Reflection\Context\CustomReflectionContext.cs (2)
139
return AttributeUtils.
FilterCustomAttributes
(attributes, attributeFilterType);
145
return AttributeUtils.
FilterCustomAttributes
(attributes, attributeFilterType);
System\Reflection\Context\Virtual\VirtualPropertyInfo.cs (1)
60
return CollectionServices.IEnumerableToArray(AttributeUtils.
FilterCustomAttributes
(_attributes, attributeType), attributeType);
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertyGetter.cs (1)
42
return CollectionServices.IEnumerableToArray(AttributeUtils.
FilterCustomAttributes
(_attributes, attributeType), attributeType);
System\Reflection\Context\Virtual\VirtualPropertyInfo.PropertySetter.cs (1)
59
return CollectionServices.IEnumerableToArray(AttributeUtils.
FilterCustomAttributes
(_attributes, attributeType), attributeType);