4 references to Keys
Microsoft.Build (4)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2.cs (4)
98ICollection<TKey> IDictionary<TKey, TValue>.Keys => Keys; 102IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys => Keys; 108ICollection IDictionary.Keys => Keys; 249foreach (var key in self.Keys)