4 references to Keys
Microsoft.Build.Framework (4)
ImmutableSegmentedDictionary`2.cs (4)
96
ICollection<TKey> IDictionary<TKey, TValue>.Keys =>
Keys
;
100
IEnumerable<TKey> IReadOnlyDictionary<TKey, TValue>.Keys =>
Keys
;
106
ICollection IDictionary.Keys =>
Keys
;
259
foreach (var key in self.
Keys
)