6 references to DeclaredOnlyLookup
System.Private.CoreLib (6)
System\Reflection\Runtime\BindingFlagSupport\ConstructorPolicies.cs (1)
24return type.GetConstructors(DeclaredOnlyLookup);
System\Reflection\Runtime\BindingFlagSupport\EventPolicies.cs (1)
24return type.GetEvents(DeclaredOnlyLookup);
System\Reflection\Runtime\BindingFlagSupport\FieldPolicies.cs (1)
24return type.GetFields(DeclaredOnlyLookup);
System\Reflection\Runtime\BindingFlagSupport\MethodPolicies.cs (1)
24return type.GetMethods(DeclaredOnlyLookup);
System\Reflection\Runtime\BindingFlagSupport\NestedTypePolicies.cs (1)
34return type.GetNestedTypes(DeclaredOnlyLookup);
System\Reflection\Runtime\BindingFlagSupport\PropertyPolicies.cs (1)
24return type.GetProperties(DeclaredOnlyLookup);