1 instantiation of VirtualMethodInvoker
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokers\MethodInvokerWithMethodInvokeInfo.cs (1)
49return new VirtualMethodInvoker(methodInvokeInfo, declaringTypeHandle);
2 references to VirtualMethodInvoker
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (2)
33var invoker = (VirtualMethodInvoker)GetMethodInvoker(ifaceMethods[i]);