57 references to Method
Microsoft.CodeAnalysis.EditorFeatures (1)
ExternalAccess\VSTypeScript\Api\VSTypeScriptMethodAttribute.cs (1)
15public VSTypeScriptMethodAttribute(string method) : base(method)
Microsoft.CodeAnalysis.LanguageServer.Protocol (38)
Handler\Breakpoints\ValidateBreakableRangeHandler.cs (1)
20[Method(LSP.VSInternalMethods.TextDocumentValidateBreakableRangeName)]
Handler\CodeActions\CodeActionResolveHandler.cs (1)
37[Method(LSP.Methods.CodeActionResolveName)]
Handler\CodeActions\CodeActionsHandler.cs (1)
27[Method(LSP.Methods.TextDocumentCodeActionName)]
Handler\CodeLens\CodeLensHandler.cs (1)
18[Method(LSP.Methods.TextDocumentCodeLensName)]
Handler\CodeLens\CodeLensResolveHandler.cs (1)
16[Method(LSP.Methods.CodeLensResolveName)]
Handler\Commands\ProvidesCommandAttribute.cs (1)
14public CommandAttribute(string command) : base(AbstractExecuteWorkspaceCommandHandler.GetRequestNameForCommandName(command))
Handler\Completion\CompletionHandler.cs (1)
34[Method(LSP.Methods.TextDocumentCompletionName)]
Handler\Completion\CompletionResolveHandler.cs (1)
32[Method(LSP.Methods.TextDocumentCompletionResolveName)]
Handler\Definitions\GoToDefinitionHandler.cs (1)
17[Method(LSP.Methods.TextDocumentDefinitionName)]
Handler\Definitions\GoToTypeDefinitionHandler.cs (1)
17[Method(LSP.Methods.TextDocumentTypeDefinitionName)]
Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
18[Method(VSInternalMethods.DocumentPullDiagnosticName)]
Handler\Diagnostics\Public\PublicDocumentPullDiagnosticsHandler.cs (1)
25[Method(Methods.TextDocumentDiagnosticName)]
Handler\Diagnostics\Public\PublicWorkspacePullDiagnosticsHandler.cs (1)
24[Method(Methods.WorkspaceDiagnosticName)]
Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
23[Method(VSInternalMethods.WorkspacePullDiagnosticName)]
Handler\DocumentChanges\DidChangeHandler.cs (1)
18[Method(LSP.Methods.TextDocumentDidChangeName)]
Handler\DocumentChanges\DidCloseHandler.cs (1)
17[Method(LSP.Methods.TextDocumentDidCloseName)]
Handler\DocumentChanges\DidOpenHandler.cs (1)
18[Method(LSP.Methods.TextDocumentDidOpenName)]
Handler\FoldingRanges\FoldingRangesHandler.cs (1)
21[Method(Methods.TextDocumentFoldingRangeName)]
Handler\Formatting\FormatDocumentHandler.cs (1)
16[Method(LSP.Methods.TextDocumentFormattingName)]
Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
25[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\InlineCompletions\InlineCompletionsHandler.cs (1)
32[Method(VSInternalMethods.TextDocumentInlineCompletionName)]
Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
28[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)
19[Method(LSP.Methods.TextDocumentImplementationName)]
Handler\Rename\RenameHandler.cs (1)
21[Method(LSP.Methods.TextDocumentRenameName)]
Handler\SemanticTokens\SemanticTokensRangeHandler.cs (1)
17[Method(Methods.TextDocumentSemanticTokensRangeName)]
Handler\ServerLifetime\InitializedHandler.cs (1)
11[Method(Methods.InitializedName)]
Handler\ServerLifetime\InitializeHandler.cs (1)
16[Method(Methods.InitializeName)]
Handler\SignatureHelp\SignatureHelpHandler.cs (1)
22[Method(LSP.Methods.TextDocumentSignatureHelpName)]
Handler\SpellCheck\DocumentSpellCheckHandler.cs (1)
12[Method(VSInternalMethods.TextDocumentSpellCheckableRangesName)]
Handler\SpellCheck\WorkspaceSpellCheckHandler.cs (1)
15[Method(VSInternalMethods.WorkspaceSpellCheckableRangesName)]
Handler\Symbols\DocumentSymbolsHandler.cs (1)
27[Method(Methods.TextDocumentDocumentSymbolName)]
Handler\Symbols\WorkspaceSymbolsHandler.cs (1)
23[Method(Methods.WorkspaceSymbolName)]
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (1)
17[Method(Methods.WorkspaceExecuteCommandName)]
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (6)
Ordering\FailingMutatingRequestHandler.cs (1)
16[Method(MethodName)]
Ordering\FailingRequestHandler.cs (1)
16[Method(MethodName)]
Ordering\LongRunningNonMutatingRequestHandler.cs (1)
17[Method(MethodName)]
Ordering\MutatingRequestHandler.cs (1)
16[Method(MethodName)]
Ordering\NonLSPSolutionRequestHandlerProvider.cs (1)
17[Method(MethodName)]
Ordering\NonMutatingRequestHandler.cs (1)
16[Method(MethodName)]
Microsoft.VisualStudio.LanguageServices.Xaml (12)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
28[Method(Methods.TextDocumentCompletionName)]
Implementation\LanguageServer\Handler\Completion\CompletionResolveHandler.cs (1)
31[Method(LSP.Methods.TextDocumentCompletionResolveName)]
Implementation\LanguageServer\Handler\Definitions\GoToDefinitionHandler.cs (1)
31[Method(Methods.TextDocumentDefinitionName)]
Implementation\LanguageServer\Handler\Diagnostics\DocumentPullDiagnosticHandler.cs (1)
20[Method(VSInternalMethods.DocumentPullDiagnosticName)]
Implementation\LanguageServer\Handler\Diagnostics\WorkspacePullDiagnosticHandler.cs (1)
23[Method(VSInternalMethods.WorkspacePullDiagnosticName)]
Implementation\LanguageServer\Handler\FoldingRanges\FoldingRangesHandler.cs (1)
20[Method(Methods.TextDocumentFoldingRangeName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentHandler.cs (1)
17[Method(LSP.Methods.TextDocumentFormattingName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentOnTypeHandler.cs (1)
23[Method(Methods.TextDocumentOnTypeFormattingName)]
Implementation\LanguageServer\Handler\Formatting\FormatDocumentRangeHandler.cs (1)
17[Method(Methods.TextDocumentRangeFormattingName)]
Implementation\LanguageServer\Handler\Hover\HoverHandler.cs (1)
27[Method(Methods.TextDocumentHoverName)]
Implementation\LanguageServer\Handler\OnAutoInsert\OnAutoInsertHandler.cs (1)
20[Method(VSInternalMethods.OnAutoInsertName)]
Implementation\LanguageServer\Handler\OnTypeRename\OnTypeRenameHandler.cs (1)
21[Method(Methods.TextDocumentLinkedEditingRangeName)]