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)
149
RuntimeTypeInfo[] runtimeParameterTypes =
_runtimeParameterTypes
;
161
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(),
_runtimeParameterTypes
.ToTypeArray(), _options, _action);