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