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