30 references to Class
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Extensions\ProtocolConversions.cs (1)
673case LSP.SymbolKind.Class:
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (29)
Symbols\DocumentSymbolsTests.cs (1)
43CreateSymbolInformation(LSP.SymbolKind.Class, "Test.A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal),
Symbols\DocumentSymbolsTests.Hierarchical.cs (24)
41Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 67Symbol(LSP.SymbolKind.Class, ".", "", "class", "classSelection", testLspServer)) 140Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 172Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer))) 196Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 228Symbol(LSP.SymbolKind.Class, "A", "A", "classA", "classASelection", testLspServer, 230Symbol(LSP.SymbolKind.Class, "B", "B", "classB", "classBSelection", testLspServer, 256Symbol(LSP.SymbolKind.Class, "Outer", "Outer", "class", "classSelection", testLspServer, 282Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer)) 327Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 352Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 373Symbol(LSP.SymbolKind.Class, "Person", "Person", "record", "recordSelection", testLspServer) 458Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 481Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 504Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 531Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 554Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 577Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 600Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 623Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 645Symbol(LSP.SymbolKind.Class, "MyClass<T>", "MyClass<T>", "class", "classSelection", testLspServer) 666Symbol(LSP.SymbolKind.Class, "Dictionary<TKey, TValue>", "Dictionary<TKey, TValue>", "class", "classSelection", testLspServer) 688Symbol(LSP.SymbolKind.Class, "A", "A", "class", "classSelection", testLspServer, 754Symbol(LSP.SymbolKind.Class, "Result<T>", "Result<T>", "record", "recordSelection", testLspServer)
Symbols\WorkspaceSymbolsTests.cs (4)
50CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution())) 72CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution())) 154CreateSymbolInformation(LSP.SymbolKind.Class, "F", testLspServer.GetLocations("class").Single(), Glyph.ClassPrivate, classAContainerName), 227CreateSymbolInformation(LSP.SymbolKind.Class, "A", testLspServer.GetLocations("class").Single(), Glyph.ClassInternal, GetContainerName(testLspServer.GetCurrentSolution()))