Base:
3 references to DeclaringType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\Fields\Ecma\EcmaField.cs (3)
50if (DeclaringType != other.DeclaringType) 59public sealed override int GetHashCode() => _handle.GetHashCode() ^ DeclaringType.GetHashCode();