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)
71
if (!(
_declaringType
.Equals(other.
_declaringType
)))
83
return HashCode.Combine(_syntheticMethodId,
_declaringType
);
174
protected sealed override MethodBaseInvoker UncachedMethodInvoker => new CustomMethodInvoker(
_declaringType
.ToType(), _runtimeParameterTypes.ToTypeArray(), _options, _action);
188
return
_declaringType
;