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