3 instantiations of CustomMethodInvoker
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\CustomMethodMapper.cs (1)
41
return new
CustomMethodInvoker
(declaringType, parameterTypes, options, action);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
161
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new
CustomMethodInvoker
(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
174
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new
CustomMethodInvoker
(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);