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)
149CommandIdentifier = RunTestsCommandIdentifier, 160CommandIdentifier = RunTestsCommandIdentifier, 179CommandIdentifier = RunTestsCommandIdentifier, 190CommandIdentifier = RunTestsCommandIdentifier,
Handler\CodeLens\CodeLensResolveHandler.cs (2)
45CommandIdentifier = ClientReferencesCommand, 73CommandIdentifier = ClientReferencesCommand,
Handler\Completion\CompletionResultFactory.cs (1)
619CommandIdentifier = CompleteComplexEditCommand,
Microsoft.VisualStudio.LanguageServices.Xaml (2)
Implementation\LanguageServer\Handler\Completion\CompletionHandler.cs (2)
36CommandIdentifier = StringConstants.RetriggerCompletionCommand, 113CommandIdentifier = StringConstants.CreateEventHandlerCommand,
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); 91Assert.All(actualCodeLenses, actualCodeLens => Assert.NotEqual(CodeLensHandler.RunTestsCommandIdentifier, actualCodeLens.Command?.CommandIdentifier));
Completion\CompletionFeaturesTests.cs (3)
303Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier); 1000Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier); 1057Assert.Equal(CompletionResultFactory.CompleteComplexEditCommand, resolvedItem.Command.CommandIdentifier);