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) 15InstallCommandArgs args, 25protected override InstallCommandArgs ParseContext(ParseResult parseResult)
Commands\install\InstallCommand.cs (1)
15InstallCommandArgs args,
Commands\install\LegacyInstallCommand.cs (1)
14protected override Task<NewCommandStatus> ExecuteAsync(InstallCommandArgs args, IEngineEnvironmentSettings environmentSettings, TemplatePackageManager templatePackageManager, ParseResult parseResult, CancellationToken cancellationToken)
TemplatePackageCoordinator.cs (2)
178internal async Task<NewCommandStatus> EnterInstallFlowAsync(InstallCommandArgs args, CancellationToken cancellationToken) 605private async Task<bool> ValidateInstallationRequestsAsync(InstallCommandArgs args, List<InstallRequest> installRequests, CancellationToken cancellationToken)