16 references to ExportStatelessXamlLspService
Microsoft.VisualStudio.LanguageServices.Xaml (16)
Implementation\LanguageServer\Handler\CodeActions\CodeActionsHandlerProvider.cs (2)
15[ExportStatelessXamlLspService(typeof(CodeActionsHandler)), Shared] 23[ExportStatelessXamlLspService(typeof(CodeActionResolveHandler)), Shared]
Implementation\LanguageServer\Handler\Commands\CreateEventCommandHandler.cs (1)
25[ExportStatelessXamlLspService(typeof(CreateEventCommandHandler)), Shared]
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
28[ExportStatelessXamlLspService(typeof(CompletionHandler)), Shared]
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (1)
28[ExportStatelessXamlLspService(typeof(CompletionResolveHandler)), Shared]
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
30[ExportStatelessXamlLspService(typeof(GoToDefinitionHandler)), Shared]
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
18[ExportStatelessXamlLspService(typeof(DocumentPullDiagnosticHandler)), Shared]
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
20[ExportStatelessXamlLspService(typeof(WorkspacePullDiagnosticHandler)), Shared]
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
17[ExportStatelessXamlLspService(typeof(FoldingRangesHandler)), Shared]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
15[ExportStatelessXamlLspService(typeof(FormatDocumentHandler)), Shared]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
19[ExportStatelessXamlLspService(typeof(FormatDocumentOnTypeHandler)), Shared]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
15[ExportStatelessXamlLspService(typeof(FormatDocumentRangeHandler)), Shared]
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
25[ExportStatelessXamlLspService(typeof(HoverHandler)), Shared]
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
18[ExportStatelessXamlLspService(typeof(OnAutoInsertHandler)), Shared]
Implementation\LanguageServer\Handler\OnTypeRename\OnTypeRenameHandler.cs (1)
19[ExportStatelessXamlLspService(typeof(OnTypeRenameHandler)), Shared]
Implementation\LanguageServer\XamlRequestExecutionQueueProvider.cs (1)
15[ExportStatelessXamlLspService(typeof(IRequestExecutionQueueProvider<RequestContext>)), Shared]