9 references to Indent
Microsoft.TemplateEngine.Cli (9)
Commands\create\InstantiateCommand.NoMatchHandling.cs (3)
100
invalidParamsErrorText.
Indent
(1).AppendFormat(LocalizableStrings.InvalidParameterNameDetail, invalidParam.InputFormat);
107
invalidParamsErrorText.
Indent
(1).AppendFormat(LocalizableStrings.InvalidParameterDetail, invalidParam.InputFormat, invalidParam.SpecifiedValue);
117
invalidParamsErrorText.
Indent
(1).AppendFormat(LocalizableStrings.InvalidParameterDefault, invalidParam.InputFormat, invalidParam.SpecifiedValue);
Commands\create\InvalidTemplateOptionResult.cs (2)
160
text.
Indent
(1).Append(choiceInfo.Key.PadRight(longestChoiceLength));
163
text.
Indent
().Append("- " + choiceInfo.Value.Description);
IReporterExtensions.cs (1)
99
builder.
Indent
(level).Append(line);
TabularOutput\TabularOutput.cs (3)
122
b.AppendLine().
Indent
(indent);
138
b.AppendLine().
Indent
(indent);
187
b.AppendLine().
Indent
(indent);