103 references to AppendLine
mscorlib (38)
system\diagnostics\eventing\eventsource.cs (38)
6057sb.Append("\">").AppendLine(); 6210templates.Append(" <template tid=\"").Append(eventName).Append("Args\">").AppendLine(); 6221templates.Append(" <data name=\"").Append(name).Append("Size\" inType=\"win:UInt32\"/>").AppendLine(); 6242templates.Append("/>").AppendLine(); 6248templates.Append(" </template>").AppendLine(); 6251events.Append("/>").AppendLine(); 6332sb.Append(" <channels>").AppendLine(); 6386sb.Append("/>").AppendLine(); 6388sb.Append(" </channels>").AppendLine(); 6396sb.Append(" <tasks>").AppendLine(); 6403sb.Append(" value=\"").Append(task).Append("\"/>").AppendLine(); 6405sb.Append(" </tasks>").AppendLine(); 6411sb.Append(" <maps>").AppendLine(); 6416sb.Append(" <").Append(mapKind).Append(" name=\"").Append(enumType.Name).Append("\">").AppendLine(); 6440sb.Append("/>").AppendLine(); 6443sb.Append(" </").Append(mapKind).Append(">").AppendLine(); 6445sb.Append(" </maps>").AppendLine(); 6449sb.Append(" <opcodes>").AppendLine(); 6456sb.Append(" value=\"").Append(opcode).Append("\"/>").AppendLine(); 6458sb.Append(" </opcodes>").AppendLine(); 6463sb.Append(" <keywords>").AppendLine(); 6470sb.Append(" mask=\"0x").Append(keyword.ToString("x", CultureInfo.InvariantCulture)).Append("\"/>").AppendLine(); 6472sb.Append(" </keywords>").AppendLine(); 6475sb.Append(" <events>").AppendLine(); 6477sb.Append(" </events>").AppendLine(); 6479sb.Append(" <templates>").AppendLine(); 6488sb.Append(" <template tid=\"_empty\"></template>").AppendLine(); 6490sb.Append(" </templates>").AppendLine(); 6492sb.Append("</provider>").AppendLine(); 6493sb.Append("</events>").AppendLine(); 6494sb.Append("</instrumentation>").AppendLine(); 6497sb.Append("<localization>").AppendLine(); 6524sb.Append(" <resources culture=\"").Append(ci.Name).Append("\">").AppendLine(); 6525sb.Append(" <stringTable>").AppendLine(); 6530sb.Append(" <string id=\"").Append(stringKey).Append("\" value=\"").Append(val).Append("\"/>").AppendLine(); 6532sb.Append(" </stringTable>").AppendLine(); 6533sb.Append(" </resources>").AppendLine(); 6535sb.Append("</localization>").AppendLine();
PresentationFramework (5)
src\Framework\System\Windows\Controls\ItemContainerGenerator.cs (5)
1087sb.AppendLine(); 1089sb.AppendLine(); 1095sb.AppendLine(); 1098sb.AppendLine(); 1101sb.AppendLine();
System.Activities (3)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
380errorString.AppendLine(); 550errorString.AppendLine();
System\Activities\Validation\ActivityValidationServices.cs (1)
254exceptionMessageBuilder.AppendLine();
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
227content.AppendLine();
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
227content.AppendLine();
fx\src\data\System\Data\SqlClient\SqlException.cs (4)
110sb.AppendLine(); 115sb.AppendLine(); 121sb.AppendLine(); 127sb.AppendLine();
System.Data.Entity (25)
System\Data\Common\Utils\StringUtil.cs (1)
222builder.AppendLine();
System\Data\Common\Utils\TreePrinter.cs (1)
173text.AppendLine();
System\Data\Mapping\ViewGeneration\BasicViewGenerator.cs (1)
652builder.AppendLine();
System\Data\Mapping\ViewGeneration\CqlGenerator.cs (1)
459builder.AppendLine();
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (2)
385builder.AppendLine(); 391builder.AppendLine();
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (6)
226builder.AppendLine(); 230builder.AppendLine(); 232builder.AppendLine(); 236builder.AppendLine(); 237builder.AppendLine(); 241builder.AppendLine();
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
246builder.AppendLine();
System\Data\Mapping\ViewGeneration\Structures\LeftCellWrapper.cs (3)
245builder.AppendLine() 247.AppendLine(); 257builder.AppendLine();
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (1)
50.AppendLine()
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (8)
48commandText.AppendLine(); 76commandText.AppendLine(); 81commandText.AppendLine(); 98commandText.AppendLine(); 179commandText.AppendLine(); 343commandText.AppendLine(); 364commandText.AppendLine(); 372commandText.AppendLine();
System.Data.Linq (8)
ChangeDirector.cs (3)
109appendTo.AppendLine(); 162appendTo.AppendLine(); 203appendTo.AppendLine();
SqlClient\Query\SqlFormatter.cs (1)
751sb.AppendLine();
SqlClient\SqlBuilder.cs (3)
69sb.AppendLine(); 72sb.AppendLine(); 108sb.AppendLine();
SqlClient\SqlProvider.cs (1)
1264sb.AppendLine();
System.ServiceModel (4)
System\ServiceModel\Channels\RedirectionException.cs (1)
133builder.AppendLine();
System\ServiceModel\Description\WsdlImporter.cs (3)
1669unImportedPolicyMessage.AppendLine(); 1712stringBuilder.AppendLine(); 1740stringBuilder.AppendLine();
System.Web (2)
Util\AppVerifier.cs (2)
232errorString.AppendLine(); 610errorString.AppendLine();
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
638exceptionMessage.AppendLine(); 707warningMessage.AppendLine(); 753error.AppendLine(); 1351error.AppendLine();
System.Web.Extensions (5)
UI\ScriptResourceAttribute.cs (5)
228if (isDebug) builder.AppendLine(); 244builder.AppendLine(); 271if (isDebug) builder.AppendLine(); 307builder.AppendLine(); 323builder.AppendLine();
System.Workflow.ComponentModel (2)
AuthoringOM\Serializer\ActivityMarkupSerializer.cs (2)
193prettySegment.AppendLine(); 199prettySegment.AppendLine();
WsatConfig (1)
CommandLine\OptionUsage.cs (1)
411this.stringBuilder.AppendLine();