12 instantiations of Command
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\ShowToastNotification.cs (1)
21public static readonly LSP.Command ShowCSharpLogsCommand = new()
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\CodeActions\CodeActionHelpers.cs (2)
127nestedCodeActionCommand = new LSP.Command 203var 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)
42request.Command = new LSP.Command 70request.Command = new LSP.Command
Handler\Completion\CompletionResultFactory.cs (1)
617lspItem.Command = lspItem.Command = new LSP.Command()
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (2)
34private static readonly Command s_retriggerCompletionCommand = new Command() 111item.Command = new Command()
17 references to Command
Microsoft.CodeAnalysis.LanguageServer (3)
Logging\ShowToastNotification.cs (3)
21public static readonly LSP.Command ShowCSharpLogsCommand = new() 27public static async Task ShowToastNotificationAsync(LSP.MessageType messageType, string message, CancellationToken cancellationToken, params LSP.Command[] commands) 38[property: JsonPropertyName("commands")] LSP.Command[] Commands);
Microsoft.CodeAnalysis.LanguageServer.Protocol (12)
Handler\CodeActions\CodeActionHelpers.cs (3)
122Command? nestedCodeActionCommand = null; 181Command? nestedCodeActionCommand, 203var command = new LSP.Command
Protocol\CodeAction.cs (1)
112public Command? Command
Protocol\CodeActionParams.cs (2)
16internal sealed 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);
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
CodeActions\CodeActionsTests.cs (1)
342WorkspaceEdit? edit = null, Command? command = null)
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (1)
34private static readonly Command s_retriggerCompletionCommand = new Command()