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