22 references to Append
mscorlib (4)
system\text\stringbuilder.cs (4)
487Append('\0', delta); // We could improve on this, but who does this anyway? 932Append(value, 1); 1472if (!leftJustify && pad > 0) Append(' ', pad); 1474if (leftJustify && pad > 0) Append(' ', pad);
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
899stringBuilder.Append('A', cch);
Core\CSharp\System\Windows\Media\CharacterMetrics.cs (1)
143s.Append(',', (int)fieldIndex - lastIndex);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (4)
188error.Append('-', 25); 192error.Append('-', 25); 198error.Append('-', 25); 203error.Append('-', 25);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (4)
188error.Append('-', 25); 192error.Append('-', 25); 198error.Append('-', 25); 203error.Append('-', 25);
System.Data.SqlXml (2)
System\Xml\Xsl\Xslt\XsltLoader.cs (1)
1134scriptCode.Append('\n', startLine - lastEndLine);
System\Xml\Xsl\XsltOld\NumberAction.cs (1)
127sb.Append('0', minLength - str.Length);
System.Web (3)
ErrorFormatter.cs (2)
1507sb.Append(' ', 3 - linestr.Length); 1774sb.Append(' ', 5 - number.Length);
Management\WebEvents.cs (1)
1042_sb.Append(' ', _tabSize);
System.Workflow.Activities (1)
Rules\CodeDomDecompiler.cs (1)
195decompilation.Append(',', type.GetArrayRank() - 1);
System.Workflow.ComponentModel (1)
AuthoringOM\Serializer\CodeTypeReferenceSerializer.cs (1)
122result.Append(',', reference.ArrayRank - 1);
WsatConfig (1)
CommandLine\OptionUsage.cs (1)
404this.stringBuilder.Append(' ', this.indentLength);