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