1 write to _runtimeParameterTypes
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
28_runtimeParameterTypes = runtimeParameterTypes;
2 references to _runtimeParameterTypes
System.Private.CoreLib (2)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (2)
149RuntimeTypeInfo[] runtimeParameterTypes = _runtimeParameterTypes; 161protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);