1 implementation of GetUncachedMethodInvoker
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\NativeFormat\NativeFormatMethodCommon.cs (1)
28
public MethodBaseInvoker
GetUncachedMethodInvoker
(RuntimeTypeInfo[] methodArguments, MemberInfo exceptionPertainant, out Exception exception)
2 references to GetUncachedMethodInvoker
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeNamedMethodInfo.cs (1)
299
MethodBaseInvoker invoker = _common.
GetUncachedMethodInvoker
(methodArguments, exceptionPertainant, out Exception exception);
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
169
invoker = _common.
GetUncachedMethodInvoker
(Array.Empty<RuntimeTypeInfo>(), this, out Exception exception);