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