3 references to ContainsProperty
System.Text.Json (3)
System\Text\Json\JsonPropertyDictionary.cs (2)
100return ContainsProperty(propertyName); 299if (ContainsProperty(propertyName))
System\Text\Json\JsonPropertyDictionary.KeyCollection.cs (1)
49public bool Contains(string propertyName) => _parent.ContainsProperty(propertyName);