1 write to _parent
System.Text.Json (1)
System\Text\Json\JsonPropertyDictionary.KeyCollection.cs (1)
24_parent = jsonObject;
6 references to _parent
System.Text.Json (6)
System\Text\Json\JsonPropertyDictionary.KeyCollection.cs (6)
27public int Count => _parent.Count; 33get => _parent.List[index].Key; 39foreach (KeyValuePair<string, T> item in _parent) 49public bool Contains(string propertyName) => _parent.ContainsProperty(propertyName); 58foreach (KeyValuePair<string, T> item in _parent) 71foreach (KeyValuePair<string, T> item in _parent)