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