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