2 references to RunFixAllCodeActionCommandName
Microsoft.CodeAnalysis.ExternalAccess.Razor.Features (1)
Constants.cs (1)
18public const string RunFixAllCodeActionCommandName = CodeActionsHandler.RunFixAllCodeActionCommandName;
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\CodeActions\CodeActionHelpers.cs (1)
205CommandIdentifier = CodeActionsHandler.RunFixAllCodeActionCommandName,