1 reference to InvokeAsync
Microsoft.TemplateEngine.Cli (1)
Commands\create\InstantiateCommand.cs (1)
285
return await candidates.Single().
InvokeAsync
(updatedParseResult, cancellationToken).ConfigureAwait(false);