1 write to _syntheticMethodId
System.Private.CoreLib (1)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (1)
24
_syntheticMethodId
= syntheticMethodId;
3 references to _syntheticMethodId
System.Private.CoreLib (3)
System\Reflection\Runtime\MethodInfos\RuntimeSyntheticMethodInfo.cs (3)
69
if (
_syntheticMethodId
!= other.
_syntheticMethodId
)
83
return HashCode.Combine(
_syntheticMethodId
, _declaringType);