2 types derived from Method
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptMethodAttribute.cs (1)
13internal class VSTypeScriptMethodAttribute(string method) : MethodAttribute(method)
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Commands\ProvidesCommandAttribute.cs (1)
13: MethodAttribute(AbstractExecuteWorkspaceCommandHandler.GetRequestNameForCommandName(command));
85 instantiations of Method
Microsoft.CodeAnalysis.LanguageServer (10)
BrokeredServices\ServiceBrokerConnectHandler.cs (1)
14[Method("serviceBroker/connect")]
HostWorkspace\FileWatching\LspDidChangeWatchedFilesHandler.cs (1)
14[Method("workspace/didChangeWatchedFiles")]
HostWorkspace\OpenProjectsHandler.cs (1)
15[Method(OpenProjectName)]
HostWorkspace\OpenSolutionHandler.cs (1)
14[Method(OpenSolutionName)]
LanguageServer\Handler\CopilotCompletion\CopilotCompletionResolveContextHandler.cs (1)
13[Method(MethodName)]
LanguageServer\Handler\DebugConfiguration\WorkspaceDebugConfigurationHandler.cs (1)
13[Method(MethodName)]
LanguageServer\Handler\Logging\UpdateLogLevelHandler.cs (1)
14[Method(MethodName)]
LanguageServer\Handler\Restore\RestorableProjectsHandler.cs (1)
17[Method(MethodName)]
LanguageServer\Handler\Restore\RestoreHandler.cs (1)
18[Method(MethodName)]
Testing\RunTestsHandler.cs (1)
17[Method(RunTestsMethodName)]
Microsoft.CodeAnalysis.LanguageServer.Protocol (56)
ExternalAccess\Razor\FormatNewFileHandler.cs (1)
22[Method(FormatNewFileMethodName)]
ExternalAccess\Razor\SemanticTokensRangesHandler.cs (1)
14[Method(SemanticRangesMethodName)]
ExternalAccess\Razor\SimplifyMethodHandler.cs (1)
19[Method(SimplifyMethodMethodName)]
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
20[Method(LSP.VSInternalMethods.TextDocumentValidateBreakableRangeName)]
Handler\CodeActions\CodeActionFixAllResolveHandler.cs (1)
19[Method("codeAction/resolveFixAll")]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
30[Method(LSP.Methods.CodeActionResolveName)]
Handler\CodeActions\CodeActionsHandler.cs (1)
25[Method(LSP.Methods.TextDocumentCodeActionName)]
Handler\CodeLens\CodeLensHandler.cs (1)
24[Method(LSP.Methods.TextDocumentCodeLensName)]
Handler\CodeLens\CodeLensResolveHandler.cs (1)
19[Method(LSP.Methods.CodeLensResolveName)]
Handler\Completion\CompletionHandler.cs (1)
27[Method(LSP.Methods.TextDocumentCompletionName)]
Handler\Completion\CompletionResolveHandler.cs (1)
29[Method(LSP.Methods.TextDocumentCompletionResolveName)]
Handler\Configuration\DidChangeConfigurationNotificationHandler.cs (1)
22[Method(Methods.WorkspaceDidChangeConfigurationName)]
Handler\DataTips\DataTipRangeHandler.cs (1)
17[Method(VSInternalMethods.TextDocumentDataTipRangeName)]
Handler\Definitions\GoToDefinitionHandler.cs (1)
17[Method(LSP.Methods.TextDocumentDefinitionName)]
Handler\Definitions\GoToTypeDefinitionHandler.cs (1)
17[Method(LSP.Methods.TextDocumentTypeDefinitionName)]
Handler\Diagnostics\BuildOnlyDiagnosticIdsHandler.cs (1)
23[Method(BuildOnlyDiagnosticIdsMethodName)]
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
13[Method(VSInternalMethods.DocumentPullDiagnosticName)]
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
20[Method(Methods.TextDocumentDiagnosticName)]
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
22[Method(Methods.WorkspaceDiagnosticName)]
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
16[Method(VSInternalMethods.WorkspacePullDiagnosticName)]
Handler\DocumentChanges\DidChangeHandler.cs (1)
18[Method(Methods.TextDocumentDidChangeName)]
Handler\DocumentChanges\DidCloseHandler.cs (1)
17[Method(LSP.Methods.TextDocumentDidCloseName)]
Handler\DocumentChanges\DidOpenHandler.cs (1)
18[Method(LSP.Methods.TextDocumentDidOpenName)]
Handler\EditAndContinue\RegisterSolutionSnapshotHandler.cs (1)
18[Method("workspace/_vs_registerSolutionSnapshot")]
Handler\Extensions\ActivateExtensionHandler.cs (1)
15[Method(MethodName)]
Handler\Extensions\DeactivateExtensionHandler.cs (1)
15[Method(MethodName)]
Handler\Extensions\DispatchDocumentExtensionMessageHandler.cs (1)
16[Method(MethodName)]
Handler\Extensions\DispatchWorkspaceExtensionMessageHandler.cs (1)
15[Method(MethodName)]
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
22[Method(Methods.TextDocumentFoldingRangeName)]
Handler\Formatting\FormatDocumentHandler.cs (1)
16[Method(LSP.Methods.TextDocumentFormattingName)]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
20[Method(Methods.TextDocumentOnTypeFormattingName)]
Handler\Formatting\FormatDocumentRangeHandler.cs (1)
16[Method(Methods.TextDocumentRangeFormattingName)]
Handler\Highlights\DocumentHighlightHandler.cs (1)
24[Method(Methods.TextDocumentDocumentHighlightName)]
Handler\Hover\HoverHandler.cs (1)
25[Method(Methods.TextDocumentHoverName)]
Handler\InlayHint\InlayHintHandler.cs (1)
22[Method(Methods.TextDocumentInlayHintName)]
Handler\InlayHint\InlayHintResolveHandler.cs (1)
20[Method(Methods.InlayHintResolveName)]
Handler\InlineCompletions\InlineCompletionsHandler.cs (1)
34[Method(VSInternalMethods.TextDocumentInlineCompletionName)]
Handler\MapCode\MapCodeHandler.cs (1)
23[Method(VSInternalMethods.WorkspaceMapCodeName)]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
29[Method(LSP.VSInternalMethods.OnAutoInsertName)]
Handler\ProjectContext\GetTextDocumentWithContextHandler.cs (1)
19[Method(VSMethods.GetProjectContextsName)]
Handler\References\FindAllReferencesHandler.cs (1)
24[Method(LSP.Methods.TextDocumentReferencesName)]
Handler\References\FindImplementationsHandler.cs (1)
20[Method(LSP.Methods.TextDocumentImplementationName)]
Handler\RelatedDocuments\RelatedDocumentsHandler.cs (1)
29[Method(VSInternalMethods.CopilotRelatedDocumentsName)]
Handler\Rename\PrepareRenameHandler.cs (1)
17[Method(LSP.Methods.TextDocumentPrepareRenameName)]
Handler\Rename\RenameHandler.cs (1)
20[Method(LSP.Methods.TextDocumentRenameName)]
Handler\SemanticTokens\SemanticTokensFullHandler.cs (1)
13[Method(Methods.TextDocumentSemanticTokensFullName)]
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
13[Method(Methods.TextDocumentSemanticTokensRangeName)]
Handler\ServerLifetime\InitializedHandler.cs (1)
11[Method(Methods.InitializedName)]
Handler\ServerLifetime\InitializeHandler.cs (1)
14[Method(Methods.InitializeName)]
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
22[Method(LSP.Methods.TextDocumentSignatureHelpName)]
Handler\SourceGenerators\SourceGeneratedDocumentGetTextHandler.cs (1)
17[Method(MethodName)]
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
11[Method(VSInternalMethods.TextDocumentSpellCheckableRangesName)]
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
15[Method(VSInternalMethods.WorkspaceSpellCheckableRangesName)]
Handler\Symbols\DocumentSymbolsHandler.cs (1)
26[Method(Methods.TextDocumentDocumentSymbolName)]
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
24[Method(Methods.WorkspaceSymbolName)]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
17[Method(Methods.WorkspaceExecuteCommandName)]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (7)
Initialize\LocaleTests.cs (1)
82[Method(MethodName)]
Ordering\FailingMutatingRequestHandler.cs (1)
15[Method(MethodName)]
Ordering\FailingRequestHandler.cs (1)
15[Method(MethodName)]
Ordering\LongRunningNonMutatingRequestHandler.cs (1)
16[Method(MethodName)]
Ordering\MutatingRequestHandler.cs (1)
15[Method(MethodName)]
Ordering\NonLSPSolutionRequestHandlerProvider.cs (1)
16[Method(MethodName)]
Ordering\NonMutatingRequestHandler.cs (1)
15[Method(MethodName)]
Microsoft.VisualStudio.LanguageServices.Xaml (12)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
29[Method(Methods.TextDocumentCompletionName)]
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (1)
29[Method(LSP.Methods.TextDocumentCompletionResolveName)]
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
31[Method(Methods.TextDocumentDefinitionName)]
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
19[Method(VSInternalMethods.DocumentPullDiagnosticName)]
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
21[Method(VSInternalMethods.WorkspacePullDiagnosticName)]
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
18[Method(Methods.TextDocumentFoldingRangeName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
16[Method(LSP.Methods.TextDocumentFormattingName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
20[Method(Methods.TextDocumentOnTypeFormattingName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
16[Method(Methods.TextDocumentRangeFormattingName)]
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
26[Method(Methods.TextDocumentHoverName)]
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
19[Method(VSInternalMethods.OnAutoInsertName)]
Implementation\LanguageServer\Handler\OnTypeRename\OnTypeRenameHandler.cs (1)
20[Method(Methods.TextDocumentLinkedEditingRangeName)]