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