3 writes to Command
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
Handler\CodeActions\CodeActionHelpers.cs (2)
195Command = nestedCodeActionCommand, 213Command = command,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
CodeActions\CodeActionsTests.cs (1)
355Command = command
2 references to Command
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Protocol\CodeAction.cs (1)
11/// <see cref="CodeAction.Edit"/> or <see cref="CodeAction.Command"/>. If both are supplied,
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (1)
CodeActions\CodeActionsTests.cs (1)
221Assert.NotNull(inline?.Command);