65 overrides of RequiresLSPSolution
Microsoft.VisualStudio.LanguageServices.Razor (36)
LanguageClient\Cohost\CohostAddNestedFileEndpoint.cs (1)
35protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostApplyRenameEditEndpoint.cs (1)
37protected override bool RequiresLSPSolution => false;
LanguageClient\Cohost\CohostDataTipRangeEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostDocumentSpellCheckEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostInlineCompletionEndpoint.cs (1)
39protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostTextPresentationEndpoint.cs (1)
33protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostUriPresentationEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostValidateBreakableRangeEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
LanguageClient\Cohost\CohostWorkspaceSpellCheckEndpoint.cs (1)
21protected override bool RequiresLSPSolution => false;
LanguageClient\Cohost\CohostWrapWithTagEndpoint.cs (1)
45protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (1)
49protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsResolveEndpoint.cs (1)
47protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
61protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (1)
54protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (1)
38protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (1)
29protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostDocumentColorEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentSymbol\CohostDocumentSymbolEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FindAllReferences\CohostFindAllReferencesEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (1)
40protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (1)
44protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
45protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (1)
44protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\GeneratedDocumentContents\CohostGeneratedDocumentContentsEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
36protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\LinkedEditingRange\CohostLinkedEditingRangeEndpoint.cs (1)
35protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (1)
40protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
68protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\CohostRenameEndpoint.cs (1)
34protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SelectionRanges\CohostSelectionRangeEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (1)
34protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SignatureHelp\CohostSignatureHelpEndpoint.cs (1)
39protected override bool RequiresLSPSolution => true;
Microsoft.VisualStudioCode.RazorExtension (29)
Endpoints\CohostCodeLensEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
Endpoints\CohostResolveCodeLensEndpoint.cs (1)
30protected override bool RequiresLSPSolution => true;
Endpoints\RazorDocumentClosedEndpoint.cs (1)
26protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsEndpoint.cs (1)
49protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\CodeActions\CohostCodeActionsResolveEndpoint.cs (1)
47protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionEndpoint.cs (1)
61protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Completion\CohostDocumentCompletionResolveEndpoint.cs (1)
54protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Diagnostics\CohostDocumentPullDiagnosticsEndpointBase.cs (1)
38protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostColorPresentationEndpoint.cs (1)
29protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentColor\CohostDocumentColorEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentHighlight\CohostDocumentHighlightEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\DocumentSymbol\CohostDocumentSymbolEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FindAllReferences\CohostFindAllReferencesEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\FoldingRange\CohostFoldingRangeEndpoint.cs (1)
40protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostDocumentFormattingEndpoint.cs (1)
44protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostOnTypeFormattingEndpoint.cs (1)
45protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Formatting\CohostRangeFormattingEndpoint.cs (1)
44protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\GeneratedDocumentContents\CohostGeneratedDocumentContentsEndpoint.cs (1)
31protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Hover\CohostHoverEndpoint.cs (1)
36protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\InlayHints\CohostInlayHintResolveEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\LinkedEditingRange\CohostLinkedEditingRangeEndpoint.cs (1)
35protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToDefinitionEndpoint.cs (1)
40protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Navigation\CohostGoToImplementationEndpoint.cs (1)
37protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\OnAutoInsert\CohostOnAutoInsertEndpoint.cs (1)
68protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\Rename\CohostRenameEndpoint.cs (1)
34protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SelectionRanges\CohostSelectionRangeEndpoint.cs (1)
32protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SemanticTokens\CohostSemanticTokensRangeEndpoint.cs (1)
34protected override bool RequiresLSPSolution => true;
src\Razor\src\Razor\src\Microsoft.CodeAnalysis.Razor.CohostingShared\SignatureHelp\CohostSignatureHelpEndpoint.cs (1)
39protected override bool RequiresLSPSolution => true;
1 reference to RequiresLSPSolution
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Cohost\AbstractRazorRequestHandler.cs (1)
16bool ISolutionRequiredHandler.RequiresLSPSolution => RequiresLSPSolution;