3 references to RemoveAndSortUsingsCommandId
Microsoft.VisualStudio.LanguageServices.Razor (3)
OrganizeUsingsCommand.cs (3)
31
(nCmdID ==
RemoveAndSortUsingsCommandId
||
91
=> command.QueryStatus(s_cSharpGroupGuid,
RemoveAndSortUsingsCommandId
);
97
=> command.ExecuteAsync(solution, documentId,
RemoveAndSortUsingsCommandId
, cancellationToken);