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