1 write to _action
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
28
_action
= action;
1 reference to _action
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
174
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options,
_action
);