2 implementations of Create
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspSymbolInformationCreationService.cs (1)
24
public SymbolInformation
Create
(string name, string? containerName, LSP.SymbolKind kind, LSP.Location location, Glyph glyph)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\ILspSymbolInformationCreationService.cs (1)
29
public SymbolInformation
Create
(string name, string? containerName, LSP.SymbolKind kind, LSP.Location location, Glyph glyph)
2 references to Create
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\Symbols\DocumentSymbolsHandler.cs (1)
87
return service.
Create
(
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
94
var symbolInfo = service.
Create
(