2 overrides of UncachedMethodInvoker
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimePlainConstructorInfo.cs (1)
155protected sealed override MethodBaseInvoker UncachedMethodInvoker
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
161protected 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)
159return _lazyMethodInvoker ??= UncachedMethodInvoker;