3 references to FilterApplyMethodInfo
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\RuntimeType.cs (2)
581if (!FilterApplyMethodInfo((RuntimeMethodInfo)semiFinalist, bindingFlags, CallingConventions.Any, new Type[argCnt])) 633if (!FilterApplyMethodInfo((RuntimeMethodInfo)semiFinalist, bindingFlags, CallingConventions.Any, new Type[argCnt]))
src\System\RuntimeType.CoreCLR.cs (1)
2532if (FilterApplyMethodInfo(methodInfo, bindingAttr, callConv, types) &&