1 reference to ExecuteCommandAsync
Microsoft.VisualStudio.LanguageServices.Xaml (1)
Implementation\LanguageServer\Handler\Commands\CreateEventCommandHandler.cs (1)
64
return await commandService.
ExecuteCommandAsync
(document, request.Command, arguments, cancellationToken).ConfigureAwait(false);