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