6 references to MethodInvokerCommon
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\Reflection\ConstructorInvoker.cs (1)
10
using static System.Reflection.
MethodInvokerCommon
;
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodBaseInvoker.cs (1)
12
using static System.Reflection.
MethodInvokerCommon
;
src\libraries\System.Private.CoreLib\src\System\Reflection\MethodInvoker.cs (1)
11
using static System.Reflection.
MethodInvokerCommon
;
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeConstructorInfo.cs (1)
111
MethodInvokerCommon
.ValidateInvokeTarget(obj, this);
src\libraries\System.Private.CoreLib\src\System\Reflection\RuntimeMethodInfo.cs (1)
122
MethodInvokerCommon
.ValidateInvokeTarget(obj, this);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (1)
301
MethodInvokerCommon
.ValidateInvokeTarget(obj, this);