8 references to Class
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
597
case LSP.SymbolKind.
Class
:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Symbols\DocumentSymbolsTests.cs (3)
52
var classSymbol = CreateDocumentSymbol(LSP.SymbolKind.
Class
, "A", "Test.A", testLspServer.GetLocations("class").Single(), testLspServer.GetLocations("classSelection").Single());
90
CreateSymbolInformation(LSP.SymbolKind.
Class
, "Test.A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal),
206
var classSymbol = CreateDocumentSymbol(LSP.SymbolKind.
Class
, "A", "Test.A", testLspServer.GetLocations("class").Single(), testLspServer.GetLocations("classSelection").Single());
Symbols\WorkspaceSymbolsTests.cs (4)
50
CreateSymbolInformation(LSP.SymbolKind.
Class
, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution()))
72
CreateSymbolInformation(LSP.SymbolKind.
Class
, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution()))
154
CreateSymbolInformation(LSP.SymbolKind.
Class
, "F", testLspServer.GetLocations("class").Single(), Glyph.ClassPrivate, classAContainerName),
227
CreateSymbolInformation(LSP.SymbolKind.
Class
, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution()))