1 write to _declaringType
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (1)
25_declaringType = declaringType;
5 references to _declaringType
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticConstructorInfo.cs (5)
59return _declaringType.ToType(); 117if (!(_declaringType.Equals(other._declaringType))) 124return _declaringType.GetHashCode(); 161protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);