7 references to Keys
Microsoft.Build.Framework (7)
ImmutableSegmentedDictionary`2+Builder+KeyCollection.cs (2)
44=> _dictionary.ReadOnlyDictionary.Keys.CopyTo(array, arrayIndex); 53=> ((ICollection)_dictionary.ReadOnlyDictionary.Keys).CopyTo(array, index);
ImmutableSegmentedDictionary`2+KeyCollection.cs (2)
43=> _dictionary._dictionary.Keys.CopyTo(array, arrayIndex); 46=> ((ICollection)_dictionary._dictionary.Keys).CopyTo(array, index);
SegmentedDictionary`2.cs (3)
169ICollection<TKey> IDictionary<TKey, TValue>.Keys => Keys; 171IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => Keys; 1013ICollection IDictionary.Keys => Keys;