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