7 references to Keys
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\SynthesizedTypeMaps.cs (3)
41=> AnonymousTypes.Keys.All(static (key, other) => other.AnonymousTypes.ContainsKey(key), other) && 42AnonymousDelegates.Keys.All(static (key, other) => other.AnonymousDelegates.ContainsKey(key), other) && 43AnonymousDelegatesWithIndexedNames.Keys.All(static (key, other) => other.AnonymousDelegatesWithIndexedNames.ContainsKey(key), other);
src\Dependencies\Collections\Segmented\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)