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