4 references to GetPropertyCandidates
System.Private.CoreLib (4)
src\System\RuntimeType.CoreCLR.cs (4)
2678return GetPropertyCandidates(null, bindingAttr, null, false).ToArray(); 2711ListBuilder<PropertyInfo> properties = GetPropertyCandidates(null, bindingAttr, null, false); 2904ListBuilder<PropertyInfo> candidates = GetPropertyCandidates(name, bindingAttr, types, false); 3105properties = GetPropertyCandidates(name, bindingAttr, null, true);