3 references to Name
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.cs (3)
1058public override int GetHashCode() => StringComparer.OrdinalIgnoreCase.GetHashCode(Name); 1059public bool Equals(ParameterLookupKey other) => Type == other.Type && string.Equals(Name, other.Name, StringComparison.OrdinalIgnoreCase);