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)
69if (_syntheticMethodId != other._syntheticMethodId) 83return HashCode.Combine(_syntheticMethodId, _declaringType);