1 write to IsForceFlagSpecified
Microsoft.TemplateEngine.Cli (1)
Commands\create\TemplateCommandArgs.cs (1)
22IsForceFlagSpecified = parseResult.GetValue(command.ForceOption);
7 references to IsForceFlagSpecified
Microsoft.TemplateEngine.Cli (7)
Commands\create\TemplateCommand.cs (6)
174Task<IReadOnlyList<TemplateConstraintResult>> constraintsEvaluation = ValidateConstraintsAsync(constraintManager, args.Template, args.IsForceFlagSpecified ? cancellationTokenSource.Token : cancellationToken); 176if (!args.IsForceFlagSpecified) 216if (args.IsForceFlagSpecified) 238var reporter = templateArgs.IsForceFlagSpecified ? Reporter.Output : Reporter.Error; 240if (templateArgs.IsForceFlagSpecified) 255if (!templateArgs.IsForceFlagSpecified)
TemplateInvoker.cs (1)
173templateArgs.IsForceFlagSpecified,