1 write to _options
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
27
_options
= options;
1 reference to _options
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);