10 writes to CommandIdentifier
Microsoft.CodeAnalysis.LanguageServer (1)
Logging\ShowToastNotification.cs (1)
24
CommandIdentifier
= "csharp.showOutputWindow"
Microsoft.CodeAnalysis.LanguageServer.Protocol (9)
Handler\CodeActions\CodeActionHelpers.cs (2)
129
CommandIdentifier
= CodeActionsHandler.RunNestedCodeActionCommandName,
205
CommandIdentifier
= CodeActionsHandler.RunFixAllCodeActionCommandName,
Handler\CodeLens\CodeLensHandler.cs (4)
151
CommandIdentifier
= RunTestsCommandIdentifier,
162
CommandIdentifier
= RunTestsCommandIdentifier,
181
CommandIdentifier
= RunTestsCommandIdentifier,
192
CommandIdentifier
= RunTestsCommandIdentifier,
Handler\CodeLens\CodeLensResolveHandler.cs (2)
51
CommandIdentifier
= ClientReferencesCommand,
79
CommandIdentifier
= ClientReferencesCommand,
Handler\Completion\CompletionResultFactory.cs (1)
628
CommandIdentifier
= CompleteComplexEditCommand,
5 references to CommandIdentifier
Microsoft.CodeAnalysis.LanguageServer.Protocol.UnitTests (5)
CodeLens\AbstractCodeLensTests.cs (2)
71
.Where(actualCodeLens => actualCodeLens.Command != null && actualCodeLens.Command.
CommandIdentifier
== CodeLensHandler.RunTestsCommandIdentifier);
91
Assert.All(actualCodeLenses, actualCodeLens => Assert.NotEqual(CodeLensHandler.RunTestsCommandIdentifier, actualCodeLens.Command?.
CommandIdentifier
));
Completion\CompletionFeaturesTests.cs (3)
303
Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.
CommandIdentifier
);
1000
Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.
CommandIdentifier
);
1057
Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.
CommandIdentifier
);