4 references to SortUsingsCommandId
Microsoft.VisualStudio.LanguageServices.Razor (4)
OrganizeUsingsCommand.cs (4)
33
nCmdID ==
SortUsingsCommandId
);
43
if (nCmdID ==
SortUsingsCommandId
)
94
=> command.QueryStatus(s_cSharpGroupGuid,
SortUsingsCommandId
);
100
=> command.ExecuteAsync(solution, documentId,
SortUsingsCommandId
, cancellationToken);