18 references to Keys
Microsoft.CodeAnalysis (7)
Microsoft.CodeAnalysis.CSharp (2)
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Microsoft.CodeAnalysis.UnitTests (6)
Collections\ImmutableSegmentedDictionaryTest.cs (6)
68Assert.Equal("A", map.Keys.Single());
128Assert.Equal("A", dictionary.Keys.Single());
134Assert.Equal("A", dictionary.Keys.Single());
310Assert.False(map.Keys.All((key, arg) => key == arg, "a"));
311Assert.True(map.Keys.All((key, arg) => key.Length == arg, 1));
313Assert.True(ImmutableSegmentedDictionary<int, int>.Empty.Keys.All((_, _) => false, 0));