3 types derived from MethodInvokerWithMethodInvokeInfo
System.Private.Reflection.Execution (3)
Internal\Reflection\Execution\MethodInvokers\InstanceMethodInvoker.cs (1)
18internal sealed unsafe class InstanceMethodInvoker : MethodInvokerWithMethodInvokeInfo
Internal\Reflection\Execution\MethodInvokers\StaticMethodInvoker.cs (1)
13internal sealed class StaticMethodInvoker : MethodInvokerWithMethodInvokeInfo
Internal\Reflection\Execution\MethodInvokers\VirtualMethodInvoker.cs (1)
15internal sealed class VirtualMethodInvoker : MethodInvokerWithMethodInvokeInfo
2 references to MethodInvokerWithMethodInvokeInfo
System.Private.Reflection.Execution (2)
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.MappingTables.cs (1)
236return MethodInvokerWithMethodInvokeInfo.CreateMethodInvoker(declaringTypeHandle, methodHandle, methodInvokeInfo);
Internal\Reflection\Execution\ExecutionEnvironmentImplementation.Runtime.cs (1)
101return ((MethodInvokerWithMethodInvokeInfo)invoker).MethodInvokeInfo.InvokeThunk;