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