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);
94
s_helpBuilder
.AppendLine(string.Format(CultureInfo.InvariantCulture, " {0}", syntax));
95
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(string.Format(CultureInfo.InvariantCulture, " {0}", explanation), indentLength: 4));
96
s_helpBuilder
.AppendLine();
182
s_helpBuilder
.AppendLine();
185
s_helpBuilder
.AppendLine(paragraphHelper.AddIndentation(optionHelp, helpTextIndent));
241
s_helpBuilder
.AppendLine(new string(' ', _nameStart) + _name);
242
s_helpBuilder
.AppendLine();
247
s_helpBuilder
.AppendLine();
252
s_helpBuilder
.AppendLine(SR.HelpOptions);
253
s_helpBuilder
.AppendLine();
255
s_helpBuilder
.AppendLine();