2 references to GetSymbolInformation
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\DocumentSymbolsHandler.cs (2)
66
symbols.AddIfNotNull(
GetSymbolInformation
(item, document, text, containerName: null));
69
symbols.AddIfNotNull(
GetSymbolInformation
(childItem, document, text, item.Text));