4 references to GetPropertyCandidates
mscorlib (4)
system\rttype.cs (4)
3089return GetPropertyCandidates(null, bindingAttr, null, false).ToArray(); 3122ListBuilder<PropertyInfo> properties = GetPropertyCandidates(null, bindingAttr, null, false); 3286ListBuilder<PropertyInfo> candidates = GetPropertyCandidates(name, bindingAttr, types, false); 3492properties = GetPropertyCandidates(name, bindingAttr, null, true);