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