6 references to Global
Microsoft.TemplateEngine.Cli (1)
TemplatePackageCoordinator.cs (1)
203
var managedSourceProvider = _templatePackageManager.GetBuiltInManagedProvider(InstallationScope.
Global
);
Microsoft.TemplateEngine.Edge (2)
Settings\TemplatePackageManager.cs (2)
136
public IManagedTemplatePackageProvider GetBuiltInManagedProvider(InstallationScope scope = InstallationScope.
Global
)
140
case InstallationScope.
Global
:
Microsoft.TemplateEngine.IDE (3)
Bootstrapper.cs (3)
264
public Task<IReadOnlyList<InstallResult>> InstallTemplatePackagesAsync(IEnumerable<InstallRequest> installRequests, InstallationScope scope = InstallationScope.
Global
, CancellationToken cancellationToken = default)
277
case InstallationScope.
Global
:
280
managedPackageProvider = _templatePackagesManager.GetBuiltInManagedProvider(InstallationScope.
Global
);