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