2 implementations of Create
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspSymbolInformationCreationService.cs (1)
24public SymbolInformation Create(string name, string? containerName, LSP.SymbolKind kind, LSP.Location location, Glyph glyph)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Symbols\ILspSymbolInformationCreationService.cs (1)
29public 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)
87return service.Create(
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
94var symbolInfo = service.Create(