1 instantiation of LspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
LspServices\AbstractLspServiceProvider.cs (1)
27
var lspServices = new
LspServices
(_lspServices, _lspServiceFactories, serverKind, baseServices);
23 references to LspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (23)
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\Diagnostics\Public\PublicWorkspacePullDiagnosticHandlerFactory.cs (1)
24
public ILspService CreateILspService(
LspServices
lspServices, WellKnownLspServerKinds serverKind)
Handler\Diagnostics\WorkspacePullDiagnosticHandlerFactory.cs (1)
24
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\RelatedDocuments\RelatedDocumentsHandler.cs (1)
25
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)
LspServices\AbstractLspServiceProvider.cs (2)
25
public
LspServices
CreateServices(WellKnownLspServerKinds serverKind, FrozenDictionary<string, ImmutableArray<BaseService>> baseServices)
27
var
lspServices = new LspServices(_lspServices, _lspServiceFactories, serverKind, baseServices);
LspServices\ExportLspServiceFactoryAttribute.cs (1)
14
/// The services created by the <see cref="ILspServiceFactory"/> are disposed of by <see cref="
LspServices
"/>
LspServices\ILspServiceFactory.cs (1)
13
ILspService CreateILspService(
LspServices
lspServices, WellKnownLspServerKinds serverKind);
Workspaces\LspWorkspaceManagerFactory.cs (1)
25
public ILspService CreateILspService(
LspServices
lspServices, WellKnownLspServerKinds serverKind)