1 instantiation of InstallCommandArgs
Microsoft.TemplateEngine.Cli (1)
Commands\install\BaseInstallCommand.cs (1)
26
=>
new
(this, parseResult);
7 references to InstallCommandArgs
Microsoft.TemplateEngine.Cli (7)
Commands\install\BaseInstallCommand.cs (3)
12
: BaseCommand<
InstallCommandArgs
, NewInstallCommandDefinition>(hostBuilder, definition)
15
InstallCommandArgs
args,
25
protected override
InstallCommandArgs
ParseContext(ParseResult parseResult)
Commands\install\InstallCommand.cs (1)
15
InstallCommandArgs
args,
Commands\install\LegacyInstallCommand.cs (1)
14
protected override Task<NewCommandStatus> ExecuteAsync(
InstallCommandArgs
args, IEngineEnvironmentSettings environmentSettings, TemplatePackageManager templatePackageManager, ParseResult parseResult, CancellationToken cancellationToken)
TemplatePackageCoordinator.cs (2)
178
internal async Task<NewCommandStatus> EnterInstallFlowAsync(
InstallCommandArgs
args, CancellationToken cancellationToken)
605
private async Task<bool> ValidateInstallationRequestsAsync(
InstallCommandArgs
args, List<InstallRequest> installRequests, CancellationToken cancellationToken)