1 implementation of ExecuteAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
OrganizeUsingsCommand.cs (1)
36
public Task<ImmutableArray<TextChange>>
ExecuteAsync
(
1 reference to ExecuteAsync
Microsoft.VisualStudio.LanguageServices.Razor (1)
RazorLSPTextViewConnectionListener.RazorLSPTextViewFilter.cs (1)
89
var edits = _jtf.Run(() => command.
ExecuteAsync
(razorDocument.Project.Solution, razorDocument.Id, nCmdID, CancellationToken.None));