2 references to CreateDocumentSymbol
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (2)
Symbols\DocumentSymbolsTests.cs (2)
47CreateDocumentSymbol(LSP.SymbolKind.Class, "A", "A", testLspServer.GetLocations("class").Single(), testLspServer.GetLocations("classSelection").Single()) 49CreateDocumentSymbol(LSP.SymbolKind.Method, "M", "M()", testLspServer.GetLocations("method").Single(), testLspServer.GetLocations("methodSelection").Single(), expected.First());