12 writes to CommandIdentifier
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\ShowToastNotification.cs (1)
24CommandIdentifier = "csharp.showOutputWindow"
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\CodeActions\CodeActionHelpers.cs (2)
129CommandIdentifier = CodeActionsHandler.RunNestedCodeActionCommandName, 205CommandIdentifier = CodeActionsHandler.RunFixAllCodeActionCommandName,
Handler\CodeLens\CodeLensHandler.cs (4)
151CommandIdentifier = RunTestsCommandIdentifier, 162CommandIdentifier = RunTestsCommandIdentifier, 181CommandIdentifier = RunTestsCommandIdentifier, 192CommandIdentifier = RunTestsCommandIdentifier,
Handler\CodeLens\CodeLensResolveHandler.cs (2)
51CommandIdentifier = ClientReferencesCommand, 79CommandIdentifier = ClientReferencesCommand,
Handler\Completion\CompletionResultFactory.cs (1)
630CommandIdentifier = CompleteComplexEditCommand,
Microsoft.CodeAnalysis.Razor.Workspaces (2)
CodeActions\Models\CodeActionExtensions.cs (1)
51CommandIdentifier = LanguageServerConstants.RazorCodeActionRunnerCommand,
Completion\RazorCompletionListProvider.cs (1)
27CommandIdentifier = "editor.action.triggerSuggest",
11 references to CommandIdentifier
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
CodeLens\AbstractCodeLensTests.cs (2)
71.Where(actualCodeLens => actualCodeLens.Command != null && actualCodeLens.Command.CommandIdentifier == CodeLensHandler.RunTestsCommandIdentifier); 91Assert.All(actualCodeLenses, actualCodeLens => Assert.NotEqual(CodeLensHandler.RunTestsCommandIdentifier, actualCodeLens.Command?.CommandIdentifier));
Completion\CompletionFeaturesTests.cs (3)
303Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier); 1001Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier); 1058Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier);
Microsoft.CodeAnalysis.Razor.Workspaces (3)
CodeActions\Models\CodeActionExtensions.cs (1)
95razorCodeAction.Command is not { CommandIdentifier: NestedCodeActionCommand, Arguments: [JsonElement arg] })
Completion\Delegation\DelegatedCompletionHelper.cs (2)
311if (resolvedCompletionItem.Command is { CommandIdentifier: Constants.CompleteComplexEditCommand, Arguments: var args }) 353logger.LogError($"Unsupported command for Razor document: {resolvedCompletionItem.Command.CommandIdentifier}.");
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (1)
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CohostCodeActionsEndpointTestBase.cs (1)
125if (codeActionToRun.Command is { CommandIdentifier: "roslyn.client.nestedCodeAction", Arguments: [JsonObject data] })
Microsoft.VisualStudioCode.RazorExtension.UnitTests (2)
Endpoints\CohostCodeLensEndpointTest.cs (1)
109Assert.Equal("roslyn.client.peekReferences", resolved.Command.CommandIdentifier);
src\Razor\src\Razor\test\Microsoft.CodeAnalysis.Razor.CohostingShared.UnitTests\CodeActions\CohostCodeActionsEndpointTestBase.cs (1)
125if (codeActionToRun.Command is { CommandIdentifier: "roslyn.client.nestedCodeAction", Arguments: [JsonObject data] })