2 references to FilterApplyMethodBase
System.Private.CoreLib (2)
src\System\RuntimeType.CoreCLR.cs (2)
2269
return
FilterApplyMethodBase
(method, method.BindingFlags, bindingFlags, callConv, argumentTypes);
2276
return
FilterApplyMethodBase
(constructor, constructor.BindingFlags, bindingFlags, callConv, argumentTypes);