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