74 instantiations of ExportCSharpVisualBasicStatelessLspService
Microsoft.CodeAnalysis.LanguageServer (12)
BrokeredServices\ServiceBrokerConnectHandler.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(ServiceBrokerConnectHandler)), Shared]
FileBasedPrograms\FileBasedProgramsWorkspaceProviderFactory.cs (1)
26[ExportCSharpVisualBasicStatelessLspService(typeof(ILspMiscellaneousFilesWorkspaceProviderFactory), WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(LspDidChangeWatchedFilesHandler)), Shared]
HostWorkspace\OpenProjectsHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(OpenProjectHandler)), Shared]
HostWorkspace\OpenSolutionHandler.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(OpenSolutionHandler)), Shared]
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(CopilotCompletionResolveContextHandler), WellKnownLspServerKinds.Any), Shared]
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
12[ExportCSharpVisualBasicStatelessLspService(typeof(WorkspaceDebugConfigurationHandler)), Shared]
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(UpdateLogLevelHandler)), Shared]
LanguageServer\Handler\Restore\RestorableProjectsHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(RestorableProjectsHandler)), Shared]
LanguageServer\Handler\Restore\RestoreHandler.cs (1)
17[ExportCSharpVisualBasicStatelessLspService(typeof(RestoreHandler)), Shared]
Telemetry\VSCodeRequestTelemetryLogger.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(RequestTelemetryLogger), serverKind: WellKnownLspServerKinds.CSharpVisualBasicLspServer), Shared]
Testing\RunTestsHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(RunTestsHandler)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (45)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(FormatNewFileHandler)), Shared]
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
18[ExportCSharpVisualBasicStatelessLspService(typeof(SimplifyMethodHandler)), Shared]
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
19[ExportCSharpVisualBasicStatelessLspService(typeof(ValidateBreakableRangeHandler)), Shared]
Handler\CodeActions\CodeActionFixAllResolveHandler.cs (1)
18[ExportCSharpVisualBasicStatelessLspService(typeof(CodeActionFixAllResolveHandler)), Shared]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
29[ExportCSharpVisualBasicStatelessLspService(typeof(CodeActionResolveHandler)), Shared]
Handler\CodeActions\CodeActionsHandler.cs (1)
24[ExportCSharpVisualBasicStatelessLspService(typeof(CodeActionsHandler)), Shared]
Handler\CodeLens\CodeLensHandler.cs (1)
23[ExportCSharpVisualBasicStatelessLspService(typeof(CodeLensHandler)), Shared]
Handler\CodeLens\CodeLensResolveHandler.cs (1)
18[ExportCSharpVisualBasicStatelessLspService(typeof(CodeLensResolveHandler)), Shared]
Handler\Completion\CompletionHandler.cs (1)
26[ExportCSharpVisualBasicStatelessLspService(typeof(CompletionHandler)), Shared]
Handler\Completion\CompletionResolveHandler.cs (1)
28[ExportCSharpVisualBasicStatelessLspService(typeof(CompletionResolveHandler)), Shared]
Handler\DataTips\DataTipRangeHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(DataTipRangeHandler)), Shared]
Handler\Definitions\GoToDefinitionHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(GoToDefinitionHandler)), Shared]
Handler\Definitions\GoToTypeDefinitionHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(GoToTypeDefinitionHandler)), Shared]
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (1)
22[ExportCSharpVisualBasicStatelessLspService(typeof(BuildOnlyDiagnosticIdsHandler)), Shared]
Handler\DocumentChanges\DidChangeHandler.cs (1)
17[ExportCSharpVisualBasicStatelessLspService(typeof(DidChangeHandler)), Shared]
Handler\DocumentChanges\DidCloseHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(DidCloseHandler)), Shared]
Handler\DocumentChanges\DidOpenHandler.cs (1)
17[ExportCSharpVisualBasicStatelessLspService(typeof(DidOpenHandler)), Shared]
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
17[ExportCSharpVisualBasicStatelessLspService(typeof(RegisterSolutionSnapshotHandler)), Shared]
Handler\Extensions\ActivateExtensionHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(ActivateExtensionHandler)), Shared]
Handler\Extensions\DeactivateExtensionHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(DeactivateExtensionHandler)), Shared]
Handler\Extensions\DispatchDocumentExtensionMessageHandler.cs (1)
15[ExportCSharpVisualBasicStatelessLspService(typeof(DispatchDocumentExtensionMessageHandler)), Shared]
Handler\Extensions\DispatchWorkspaceExtensionMessageHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(DispatchWorkspaceExtensionMessageHandler)), Shared]
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(FoldingRangesHandler)), Shared]
Handler\Formatting\FormatDocumentHandler.cs (1)
15[ExportCSharpVisualBasicStatelessLspService(typeof(FormatDocumentHandler)), Shared]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
19[ExportCSharpVisualBasicStatelessLspService(typeof(FormatDocumentOnTypeHandler)), Shared]
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
15[ExportCSharpVisualBasicStatelessLspService(typeof(FormatDocumentRangeHandler)), Shared]
Handler\Highlights\DocumentHighlightHandler.cs (1)
23[ExportCSharpVisualBasicStatelessLspService(typeof(DocumentHighlightsHandler)), Shared]
Handler\Hover\HoverHandler.cs (1)
24[ExportCSharpVisualBasicStatelessLspService(typeof(HoverHandler)), Shared]
Handler\InlayHint\InlayHintHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(InlayHintHandler)), Shared]
Handler\InlayHint\InlayHintResolveHandler.cs (1)
19[ExportCSharpVisualBasicStatelessLspService(typeof(InlayHintResolveHandler)), Shared]
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
33[ExportCSharpVisualBasicStatelessLspService(typeof(InlineCompletionsHandler)), Shared]
Handler\MapCode\MapCodeHandler.cs (1)
22[ExportCSharpVisualBasicStatelessLspService(typeof(MapCodeHandler)), Shared]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
28[ExportCSharpVisualBasicStatelessLspService(typeof(OnAutoInsertHandler)), Shared]
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
18[ExportCSharpVisualBasicStatelessLspService(typeof(GetTextDocumentWithContextHandler)), Shared]
Handler\References\FindAllReferencesHandler.cs (1)
23[ExportCSharpVisualBasicStatelessLspService(typeof(FindAllReferencesHandler)), Shared]
Handler\References\FindImplementationsHandler.cs (1)
19[ExportCSharpVisualBasicStatelessLspService(typeof(FindImplementationsHandler)), Shared]
Handler\Rename\PrepareRenameHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(PrepareRenameHandler)), Shared]
Handler\Rename\RenameHandler.cs (1)
19[ExportCSharpVisualBasicStatelessLspService(typeof(RenameHandler)), Shared]
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
21[ExportCSharpVisualBasicStatelessLspService(typeof(SignatureHelpHandler)), Shared]
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(SourceGeneratedDocumentGetTextHandler)), Shared]
Handler\Symbols\DocumentSymbolsHandler.cs (1)
25[ExportCSharpVisualBasicStatelessLspService(typeof(DocumentSymbolsHandler)), Shared]
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
23[ExportCSharpVisualBasicStatelessLspService(typeof(WorkspaceSymbolsHandler)), Shared]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
16[ExportCSharpVisualBasicStatelessLspService(typeof(ExecuteWorkspaceCommandHandler)), Shared]
RequestExecutionQueueProvider.cs (1)
13[ExportCSharpVisualBasicStatelessLspService(typeof(IRequestExecutionQueueProvider<RequestContext>)), Shared]
Workspaces\LspMiscellaneousFilesWorkspaceProviderFactory.cs (1)
20[ExportCSharpVisualBasicStatelessLspService(typeof(ILspMiscellaneousFilesWorkspaceProviderFactory)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (17)
Commands\ExecuteWorkspaceCommandTests.cs (1)
47[ExportCSharpVisualBasicStatelessLspService(typeof(TestWorkspaceCommandHandler)), Shared, PartNotDiscoverable]
HandlerTests.cs (6)
303[ExportCSharpVisualBasicStatelessLspService(typeof(TestDocumentHandler)), PartNotDiscoverable, Shared] 325[ExportCSharpVisualBasicStatelessLspService(typeof(TestNonMutatingDocumentHandler)), PartNotDiscoverable, Shared] 347[ExportCSharpVisualBasicStatelessLspService(typeof(TestRequestHandlerWithNoParams)), PartNotDiscoverable, Shared] 427[ExportCSharpVisualBasicStatelessLspService(typeof(TestLanguageSpecificHandler)), PartNotDiscoverable, Shared] 451[ExportCSharpVisualBasicStatelessLspService(typeof(TestLanguageSpecificHandlerWithDifferentParams)), PartNotDiscoverable, Shared] 475[ExportCSharpVisualBasicStatelessLspService(typeof(TestDuplicateLanguageSpecificHandler)), PartNotDiscoverable, Shared]
Initialize\LocaleTests.cs (1)
81[ExportCSharpVisualBasicStatelessLspService(typeof(LocaleTestHandler)), PartNotDiscoverable, Shared]
LanguageServerTargetTests.cs (1)
167[ExportCSharpVisualBasicStatelessLspService(typeof(StatelessLspService)), Shared]
Ordering\FailingMutatingRequestHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(FailingMutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\FailingRequestHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(FailingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\LongRunningNonMutatingRequestHandler.cs (1)
15[ExportCSharpVisualBasicStatelessLspService(typeof(LongRunningNonMutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\MutatingRequestHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(MutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\NonLSPSolutionRequestHandlerProvider.cs (1)
15[ExportCSharpVisualBasicStatelessLspService(typeof(NonLSPSolutionRequestHandler)), PartNotDiscoverable, Shared]
Ordering\NonMutatingRequestHandler.cs (1)
14[ExportCSharpVisualBasicStatelessLspService(typeof(NonMutatingRequestHandler)), PartNotDiscoverable, Shared]
TestConfigurableDocumentHandler.cs (1)
22[ExportCSharpVisualBasicStatelessLspService(typeof(TestConfigurableDocumentHandler)), PartNotDiscoverable, Shared]
UriTests.cs (1)
375[ExportCSharpVisualBasicStatelessLspService(typeof(CustomResolveHandler)), PartNotDiscoverable, Shared]