4 references to Keys
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (3)
263
IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys =>
Keys
;
266
ICollection<TKey> IDictionary<TKey, TValue>.Keys =>
Keys
;
269
ICollection IDictionary.Keys =>
Keys
;
System.Text.Json (1)
System\Text\Json\Nodes\JsonObject.IDictionary.cs (1)
166
ICollection<string> IDictionary<string, JsonNode?>.Keys => Dictionary.
Keys
;