1 write to _uniquifier
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (1)
25_uniquifier = uniquifier;
3 references to _uniquifier
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Constructors\RoSyntheticConstructor.cs (3)
74if (_uniquifier != other._uniquifier) 80public sealed override int GetHashCode() => DeclaringType.GetHashCode() ^ _uniquifier.GetHashCode();