9 instantiations of Command
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\CodeActions\CodeActionHelpers.cs (2)
120nestedCodeActionCommand = new LSP.Command 196var command = new LSP.Command
Handler\CodeLens\CodeLensHandler.cs (4)
147Command = new LSP.Command 158Command = new LSP.Command 177Command = new LSP.Command 188Command = new LSP.Command
Handler\CodeLens\CodeLensResolveHandler.cs (2)
43request.Command = new LSP.Command 71request.Command = new LSP.Command
Handler\Completion\CompletionResultFactory.cs (1)
610lspItem.Command = lspItem.Command = new LSP.Command()
12 references to Command
Microsoft.CodeAnalysis.LanguageServer.Protocol (12)
Handler\CodeActions\CodeActionHelpers.cs (3)
115Command? nestedCodeActionCommand = null; 174Command? nestedCodeActionCommand, 196var command = new LSP.Command
Protocol\CodeAction.cs (1)
112public Command? Command
Protocol\CodeActionParams.cs (2)
16internal class CodeActionParams : ITextDocumentParams, IWorkDoneProgressParams, IPartialResultParams<SumType<Command, CodeAction>[]> 59public IProgress<SumType<Command, CodeAction>[]>? PartialResultToken { get; set; }
Protocol\CodeLens.cs (1)
39public Command? Command
Protocol\CompletionItem.cs (1)
302public Command? Command
Protocol\InlayHintLabelPart.cs (1)
74public Command? Command
Protocol\Internal\VSInternalDocumentOnAutoInsertResponseItem.cs (1)
46public Command? Command { get; set; }
Protocol\Internal\VSInternalInlineCompletionItem.cs (1)
37public Command? Command { get; set; }
Protocol\Methods.Document.cs (1)
436public static readonly LspRequest<CodeActionParams, SumType<Command, CodeAction>[]?> TextDocumentCodeAction = new(TextDocumentCodeActionName);