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