1 write to s_helpBuilder
dotnet-svcutil-lib (1)
HelpGenerator.cs (1)
18
s_helpBuilder
= new StringBuilder();
21 references to s_helpBuilder
dotnet-svcutil-lib (21)
HelpGenerator.cs (21)
20
s_helpBuilder
.AppendLine();
21
s_helpBuilder
.AppendLine();
23
s_helpBuilder
.AppendLine();
24
s_helpBuilder
.AppendLine();
26
s_helpBuilder
.AppendLine();
27
s_helpBuilder
.AppendLine();
28
return
s_helpBuilder
.ToString();
33
s_helpBuilder
.AppendLine(SR.HelpUsage1);
34
s_helpBuilder
.AppendLine();
35
s_helpBuilder
.AppendLine(SR.HelpUsage2);
95
s_helpBuilder
.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", syntax));
96
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(string.Format(CultureInfo.InvariantCulture, " {0}", explanation), indentLength: 4));
97
s_helpBuilder
.AppendLine();
183
s_helpBuilder
.AppendLine();
186
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(optionHelp, helpTextIndent));
242
s_helpBuilder
.AppendLine(new string(' ', _nameStart) + _name);
243
s_helpBuilder
.AppendLine();
248
s_helpBuilder
.AppendLine();
253
s_helpBuilder
.AppendLine(SR.HelpOptions);
254
s_helpBuilder
.AppendLine();
256
s_helpBuilder
.AppendLine();