1 write to _declaringType
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
26_declaringType = declaringType;
5 references to _declaringType
System.Private.CoreLib (5)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (5)
71if (!(_declaringType.Equals(other._declaringType))) 83return HashCode.Combine(_syntheticMethodId, _declaringType); 174protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(_declaringType.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action); 188return _declaringType;