2 overrides of UncachedMethodInvoker
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
155
protected sealed override MethodBaseInvoker
UncachedMethodInvoker
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
161
protected sealed override MethodBaseInvoker
UncachedMethodInvoker
=> new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);
1 reference to UncachedMethodInvoker
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeConstructorInfo.cs (1)
159
return _lazyMethodInvoker ??=
UncachedMethodInvoker
;