34 references to ExportCSharpVisualBasicStatelessLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (27)
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
19
[
ExportCSharpVisualBasicStatelessLspService
(typeof(ValidateBreakableRangeHandler)), Shared]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
36
[
ExportCSharpVisualBasicStatelessLspService
(typeof(CodeActionResolveHandler)), Shared]
Handler\CodeActions\CodeActionsHandler.cs (1)
26
[
ExportCSharpVisualBasicStatelessLspService
(typeof(CodeActionsHandler)), Shared]
Handler\CodeLens\CodeLensHandler.cs (1)
17
[
ExportCSharpVisualBasicStatelessLspService
(typeof(CodeLensHandler)), Shared]
Handler\Completion\CompletionHandler.cs (1)
33
[
ExportCSharpVisualBasicStatelessLspService
(typeof(CompletionHandler)), Shared]
Handler\Definitions\GoToDefinitionHandler.cs (1)
16
[
ExportCSharpVisualBasicStatelessLspService
(typeof(GoToDefinitionHandler)), Shared]
Handler\Definitions\GoToTypeDefinitionHandler.cs (1)
16
[
ExportCSharpVisualBasicStatelessLspService
(typeof(GoToTypeDefinitionHandler)), 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\FoldingRanges\FoldingRangesHandler.cs (1)
20
[
ExportCSharpVisualBasicStatelessLspService
(typeof(FoldingRangesHandler)), Shared]
Handler\Formatting\FormatDocumentHandler.cs (1)
15
[
ExportCSharpVisualBasicStatelessLspService
(typeof(FormatDocumentHandler)), Shared]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
24
[
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\InlineCompletions\InlineCompletionsHandler.cs (1)
31
[
ExportCSharpVisualBasicStatelessLspService
(typeof(InlineCompletionsHandler)), Shared]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
27
[
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)
18
[
ExportCSharpVisualBasicStatelessLspService
(typeof(FindImplementationsHandler)), Shared]
Handler\Rename\RenameHandler.cs (1)
20
[
ExportCSharpVisualBasicStatelessLspService
(typeof(RenameHandler)), Shared]
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
21
[
ExportCSharpVisualBasicStatelessLspService
(typeof(SignatureHelpHandler)), Shared]
Handler\Symbols\DocumentSymbolsHandler.cs (1)
26
[
ExportCSharpVisualBasicStatelessLspService
(typeof(DocumentSymbolsHandler)), Shared]
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
22
[
ExportCSharpVisualBasicStatelessLspService
(typeof(WorkspaceSymbolsHandler)), Shared]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
16
[
ExportCSharpVisualBasicStatelessLspService
(typeof(ExecuteWorkspaceCommandHandler)), Shared]
RequestExecutionQueueProvider.cs (1)
13
[
ExportCSharpVisualBasicStatelessLspService
(typeof(IRequestExecutionQueueProvider<RequestContext>)), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
LanguageServerTargetTests.cs (1)
175
[
ExportCSharpVisualBasicStatelessLspService
(typeof(StatelessLspService)), Shared]
Ordering\FailingMutatingRequestHandler.cs (1)
15
[
ExportCSharpVisualBasicStatelessLspService
(typeof(FailingMutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\FailingRequestHandler.cs (1)
15
[
ExportCSharpVisualBasicStatelessLspService
(typeof(FailingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\LongRunningNonMutatingRequestHandler.cs (1)
16
[
ExportCSharpVisualBasicStatelessLspService
(typeof(LongRunningNonMutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\MutatingRequestHandler.cs (1)
15
[
ExportCSharpVisualBasicStatelessLspService
(typeof(MutatingRequestHandler)), PartNotDiscoverable, Shared]
Ordering\NonLSPSolutionRequestHandlerProvider.cs (1)
16
[
ExportCSharpVisualBasicStatelessLspService
(typeof(NonLSPSolutionRequestHandler)), PartNotDiscoverable, Shared]
Ordering\NonMutatingRequestHandler.cs (1)
15
[
ExportCSharpVisualBasicStatelessLspService
(typeof(NonMutatingRequestHandler)), PartNotDiscoverable, Shared]