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);
93
s_helpBuilder
.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", syntax));
94
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(string.Format(CultureInfo.InvariantCulture, " {0}", explanation), indentLength: 4));
95
s_helpBuilder
.AppendLine();
181
s_helpBuilder
.AppendLine();
184
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(optionHelp, helpTextIndent));
240
s_helpBuilder
.AppendLine(new string(' ', _nameStart) + _name);
241
s_helpBuilder
.AppendLine();
246
s_helpBuilder
.AppendLine();
251
s_helpBuilder
.AppendLine(SR.HelpOptions);
252
s_helpBuilder
.AppendLine();
254
s_helpBuilder
.AppendLine();