1 implementation of GetSortUsingsEditsAsync
Microsoft.CodeAnalysis.Remote.Razor (1)
RemoveAndSortUsings\RemoteRemoveAndSortUsingsService.cs (1)
73
public ValueTask<ImmutableArray<TextChange>>
GetSortUsingsEditsAsync
(
1 reference to GetSortUsingsEditsAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
OrganizeUsingsCommand.cs (1)
47
(service, solutionInfo, ct) => service.
GetSortUsingsEditsAsync
(solutionInfo, documentId, ct),