16 implementations of CreateILspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (16)
Handler\CodeLens\CodeLensRefreshQueueFactory.cs (1)
32
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\Completion\CompletionListCacheFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind) => new CompletionListCache();
Handler\Configuration\DidChangeConfigurationNotificationHandlerFactory.cs (1)
26
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\Diagnostics\DiagnosticsRefreshQueue.cs (1)
36
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\Diagnostics\DocumentPullDiagnosticHandlerFactory.cs (1)
36
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticHandlerFactory.cs (1)
39
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\InlayHint\InlayHintCacheFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind) => new InlayHintCache();
Handler\InlayHint\InlayHintRefreshQueueFactory.cs (1)
32
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\ResolveDataCacheFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\SemanticTokens\SemanticTokensRangeHandlerFactory.cs (1)
25
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\SemanticTokens\SemanticTokensRangesHandlerFactory.cs (1)
26
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\SemanticTokens\SemanticTokensRefreshQueueFactory.cs (1)
28
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\SpellCheck\DocumentSpellCheckHandlerFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\SpellCheck\WorkspaceSpellCheckHandlerFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Handler\Telemetry\RequestTelemetryLoggerFactory.cs (1)
20
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
Workspaces\LspWorkspaceManagerFactory.cs (1)
25
public ILspService
CreateILspService
(LspServices lspServices, WellKnownLspServerKinds serverKind)
2 references to CreateILspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
LspServices\LspServices.cs (2)
46
AddSpecificService(new(() => lazyServiceFactory.Value.
CreateILspService
(this, serverKind), lazyServiceFactory.Metadata));
54
TryAddAnyService(new(() => lazyServiceFactory.Value.
CreateILspService
(this, serverKind), lazyServiceFactory.Metadata));