4 references to Keys
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolTree\SymbolTreeInfo.cs (3)
441Debug.Assert(_inheritanceMap.Keys.Count == other._inheritanceMap.Keys.Count); 442var orderedKeys1 = _inheritanceMap.Keys.Order().ToList();
FindSymbols\SymbolTree\SymbolTreeInfo_Serialization.cs (1)
119writer.WriteInt32(_inheritanceMap.Keys.Count);