4 references to Equals
System.Text.Json (4)
System\Text\Json\Serialization\Metadata\JsonTypeInfo.Cache.cs (3)
105if (propertyRef.Equals(propertyName, key)) 116if (propertyRef.Equals(propertyName, key)) 128if (propertyRef.Equals(propertyName, key))
System\Text\Json\Serialization\Metadata\PropertyRef.cs (1)
37public bool Equals(PropertyRef other) => Equals(other.Utf8PropertyName, other.Key);