1 implementation of InstallAsync
Microsoft.TemplateEngine.Edge (1)
BuiltInManagedProvider\GlobalSettingsTemplatePackageProvider.cs (1)
104
public async Task<IReadOnlyList<InstallResult>>
InstallAsync
(IEnumerable<InstallRequest> installRequests, CancellationToken cancellationToken)
2 references to InstallAsync
Microsoft.TemplateEngine.Cli (1)
TemplatePackageCoordinator.cs (1)
255
IReadOnlyList<InstallResult> installResults = await managedSourceProvider.
InstallAsync
(installRequests, cancellationToken).ConfigureAwait(false);
Microsoft.TemplateEngine.IDE (1)
Bootstrapper.cs (1)
285
return managedPackageProvider.
InstallAsync
(installRequests, cancellationToken);