4 references to GetMethodCandidates
mscorlib (4)
system\rttype.cs (4)
3054return GetMethodCandidates(null, bindingAttr, CallingConventions.Any, null, false).ToArray(); 3120ListBuilder<MethodInfo> methods = GetMethodCandidates(null, bindingAttr, CallingConventions.Any, null, false); 3214ListBuilder<MethodInfo> candidates = GetMethodCandidates(name, bindingAttr, callConv, types, false); 3474methods = GetMethodCandidates(name, bindingAttr, CallingConventions.Any, null, true);