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