1 write to _uniquifier
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (1)
26_uniquifier = uniquifier;
3 references to _uniquifier
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Methods\RoSyntheticMethod.cs (3)
76if (_uniquifier != other._uniquifier) 82public sealed override int GetHashCode() => DeclaringType.GetHashCode() ^ _uniquifier.GetHashCode();