181 references to AppendLine
mscorlib (4)
system\diagnostics\eventing\eventsource.cs (4)
6047sb.AppendLine("<instrumentationManifest xmlns=\"http://schemas.microsoft.com/win/2004/08/events\">"); 6048sb.AppendLine(" <instrumentation xmlns:xs=\"http://www.w3.org/2001/XMLSchema\" xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:win=\"http://manifests.microsoft.com/win/2004/08/windows/events\">"); 6049sb.AppendLine(" <events xmlns=\"http://schemas.microsoft.com/win/2004/08/events\">"); 6536sb.AppendLine("</instrumentationManifest>");
PresentationFramework (2)
src\Shared\MS\Internal\Xaml\Context\XamlContextStack.cs (2)
141sb.AppendLine("Stack: " + (_currentFrame == null ? -1 : _currentFrame.Depth + 1).ToString(CultureInfo.InvariantCulture) + " frames"); 153sb.AppendLine(" " + iteratorFrame.Depth + " " + iteratorFrame.ToString());
System.Activities (3)
Microsoft\VisualBasic\Activities\VisualBasicHelper.cs (2)
383errorString.AppendLine(error.Description); 553errorString.AppendLine(error.Description);
System\Activities\DynamicUpdate\InstanceUpdateException.cs (1)
93errorMsgs.AppendLine(GetMessage(blockingActivities[i]));
System.Activities.DurableInstancing (13)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (12)
101commandTextBuilder.AppendLine(@"set nocount on 108commandTextBuilder.AppendLine("declare @result int"); 109commandTextBuilder.AppendLine(string.Format(CultureInfo.InvariantCulture, "exec @result = {0}.[SaveInstance] {1} ;", 111commandTextBuilder.AppendLine("if (@result = 0)"); 112commandTextBuilder.AppendLine("begin"); 116commandTextBuilder.AppendLine("commit transaction"); 117commandTextBuilder.AppendLine("end"); 118commandTextBuilder.AppendLine("else"); 119commandTextBuilder.AppendLine("rollback transaction"); 432commandTextBuilder.AppendLine("declare @serviceDeploymentId bigint"); 433commandTextBuilder.AppendLine(string.Format(CultureInfo.InvariantCulture, "exec {0}.[CreateServiceDeployment] {1} ;", 600commandTextBuilder.AppendLine(storedProcInvocationBuilder.ToString());
System\Activities\DurableInstancing\StoreUtilities.cs (1)
172traceString.AppendLine(command.CommandText);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
230content.AppendLine(":"); 660sb.AppendLine(errMessage);
System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
253ValidationService.ErrorBuilder.AppendLine(message.Trim());
System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
418details.AppendLine(error.Message);
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
230content.AppendLine(":"); 660sb.AppendLine(errMessage);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Validation\ValidationService.cs (1)
253ValidationService.ErrorBuilder.AppendLine(message.Trim());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowDesigner.cs (1)
418details.AppendLine(error.Message);
System.Data.Entity (24)
System\Data\Common\Internal\Materialization\CoordinatorFactory.cs (6)
225.AppendLine(DescribeExpression(hasData)) 227.AppendLine(DescribeExpression(setKeys)) 229.AppendLine(DescribeExpression(checkKeys)) 231.AppendLine(DescribeExpression(element)) 233.AppendLine(DescribeExpression(elementWithErrorHandling)) 235.AppendLine(DescribeExpression(initializeCollection))
System\Data\Common\Utils\Boolean\KnowledgeBase.cs (2)
102builder.AppendLine("Facts:"); 105builder.Append("\t").AppendLine(fact.ToString());
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
313builder.AppendLine(" = ");
System\Data\Mapping\ViewGeneration\QueryRewriting\RewritingValidator.cs (1)
185builder.AppendLine(message);
System\Data\Mapping\ViewGeneration\Structures\CaseStatement.cs (1)
378builder.AppendLine("CASE");
System\Data\Mapping\ViewGeneration\Structures\Cell.cs (1)
227builder.AppendLine("=========================================================================");
System\Data\Mapping\ViewGeneration\Structures\ErrorLog.cs (3)
91builder.AppendLine(recordString); 202builder.AppendLine(debugMessage); 233builder.AppendLine(message);
System\Data\Metadata\ObjectLayer\LoadMessageLogger.cs (3)
40.AppendLine(this.GetTypeRelatedLogMessage(relatedType)).ToString(); 52.AppendLine(this._messages[relatedType].ToString()).ToString(); 67this._messages[relatedType].AppendLine(message);
System\Data\SqlClient\SqlGen\DmlSqlGenerator.cs (6)
42commandText.AppendLine("declare " + dummySetParameter + " int"); 157commandText.AppendLine(")"); 175commandText.AppendLine(")"); 202.AppendLine(s_generatedValuesVariableName); 218commandText.AppendLine(")"); 223commandText.AppendLine("default values");
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataItemSerializer.cs (1)
407builder.AppendLine(error.ToString());
System.Data.Linq (3)
SqlClient\Error.cs (1)
17exceptionMessage.AppendLine(reason);
SqlClient\SqlProvider.cs (2)
669sb.AppendLine(createTable); 677sb.AppendLine(createFK);
System.IdentityModel (2)
System\IdentityModel\SecurityUtils.cs (2)
424sb.AppendLine("ClaimSet ["); 431sb.AppendLine(claim.ToString());
System.ServiceModel (74)
System\ServiceModel\Channels\AsymmetricSecurityBindingElement.cs (7)
446sb.AppendLine(base.ToString()); 448sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", this.messageProtectionOrder.ToString())); 449sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireSignatureConfirmation: {0}", this.requireSignatureConfirmation.ToString())); 452sb.AppendLine(this.initiatorTokenParameters.ToString().Trim().Replace("\n", "\n ")); 454sb.AppendLine("null"); 457sb.AppendLine(this.recipientTokenParameters.ToString().Trim().Replace("\n", "\n ")); 459sb.AppendLine("null");
System\ServiceModel\Channels\HttpHeadersWebHeaderCollection.cs (1)
239builder.AppendLine(GetSingleValue(header.Value.ToArray()));
System\ServiceModel\Channels\SecurityBindingElement.cs (17)
1833sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "{0}:", this.GetType().ToString())); 1834sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "DefaultAlgorithmSuite: {0}", this.defaultAlgorithmSuite.ToString())); 1835sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IncludeTimestamp: {0}", this.includeTimestamp.ToString())); 1836sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "KeyEntropyMode: {0}", this.keyEntropyMode.ToString())); 1837sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageSecurityVersion: {0}", this.MessageSecurityVersion.ToString())); 1838sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "SecurityHeaderLayout: {0}", this.securityHeaderLayout.ToString())); 1839sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ProtectTokens: {0}", this.protectTokens.ToString())); 1840sb.AppendLine("EndpointSupportingTokenParameters:"); 1841sb.AppendLine(" " + this.EndpointSupportingTokenParameters.ToString().Trim().Replace("\n", "\n ")); 1842sb.AppendLine("OptionalEndpointSupportingTokenParameters:"); 1843sb.AppendLine(" " + this.OptionalEndpointSupportingTokenParameters.ToString().Trim().Replace("\n", "\n ")); 1846sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OperationSupportingTokenParameters: none")); 1852sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OperationSupportingTokenParameters[\"{0}\"]:", requestAction)); 1853sb.AppendLine(" " + this.OperationSupportingTokenParameters[requestAction].ToString().Trim().Replace("\n", "\n ")); 1858sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OptionalOperationSupportingTokenParameters: none")); 1864sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OptionalOperationSupportingTokenParameters[\"{0}\"]:", requestAction)); 1865sb.AppendLine(" " + this.OptionalOperationSupportingTokenParameters[requestAction].ToString().Trim().Replace("\n", "\n "));
System\ServiceModel\Channels\SymmetricSecurityBindingElement.cs (5)
404sb.AppendLine(base.ToString()); 406sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "MessageProtectionOrder: {0}", this.messageProtectionOrder.ToString())); 407sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireSignatureConfirmation: {0}", this.requireSignatureConfirmation.ToString())); 410sb.AppendLine(this.protectionTokenParameters.ToString().Trim().Replace("\n", "\n ")); 412sb.AppendLine("null");
System\ServiceModel\Description\WsdlImporter.cs (1)
2029warningMsg.AppendLine(warningMessage);
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (15)
918sb.AppendLine(base.ToString()); 920sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "TokenType: {0}", this.tokenType == null ? "null" : this.tokenType)); 921sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "KeyType: {0}", this.keyType.ToString())); 922sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "KeySize: {0}", this.keySize.ToString(CultureInfo.InvariantCulture))); 923sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerAddress: {0}", this.issuerAddress == null ? "null" : this.issuerAddress.ToString())); 924sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerMetadataAddress: {0}", this.issuerMetadataAddress == null ? "null" : this.issuerMetadataAddress.ToString())); 925sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "DefaultMessgeSecurityVersion: {0}", this.defaultMessageSecurityVersion == null ? "null" : this.defaultMessageSecurityVersion.ToString())); 926sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "UseStrTransform: {0}", this.useStrTransform.ToString())); 930sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding: null")); 934sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding:")); 938sb.AppendLine(String.Format(CultureInfo.InvariantCulture, " BindingElement[{0}]:", i.ToString(CultureInfo.InvariantCulture))); 939sb.AppendLine(" " + bindingElements[i].ToString().Trim().Replace("\n", "\n ")); 945sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements: none")); 949sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements:")); 952sb.AppendLine(String.Format(CultureInfo.InvariantCulture, " {0}, optional={1}", this.claimTypeRequirements[i].ClaimType, this.claimTypeRequirements[i].IsOptional));
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (5)
210sb.AppendLine(base.ToString()); 212sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireCancellation: {0}", this.requireCancellation.ToString())); 215sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement: null")); 219sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement:")); 220sb.AppendLine(" " + this.BootstrapSecurityBindingElement.ToString().Trim().Replace("\n", "\n "));
System\ServiceModel\Security\Tokens\SecurityTokenParameters.cs (3)
197sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "{0}:", this.GetType().ToString())); 198sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "InclusionMode: {0}", this.inclusionMode.ToString())); 199sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ReferenceStyle: {0}", this.referenceStyle.ToString()));
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (4)
236sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "{0}:", this.GetType().ToString())); 240sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "PropertyName: {0}", propertyName)); 241sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "PropertyValue: {0}", propertyValue)); 242sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "---"));
System\ServiceModel\Security\Tokens\SslSecurityTokenParameters.cs (2)
130sb.AppendLine(base.ToString()); 132sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "RequireCancellation: {0}", this.RequireCancellation.ToString()));
System\ServiceModel\Security\Tokens\SspiSecurityTokenParameters.cs (1)
110sb.AppendLine(base.ToString());
System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs (12)
117sb.AppendLine("No endorsing tokens."); 121sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "Endorsing[{0}]", k.ToString(CultureInfo.InvariantCulture))); 122sb.AppendLine(" " + this.endorsing[k].ToString().Trim().Replace("\n", "\n ")); 126sb.AppendLine("No signed tokens."); 130sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "Signed[{0}]", k.ToString(CultureInfo.InvariantCulture))); 131sb.AppendLine(" " + this.signed[k].ToString().Trim().Replace("\n", "\n ")); 135sb.AppendLine("No signed encrypted tokens."); 139sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "SignedEncrypted[{0}]", k.ToString(CultureInfo.InvariantCulture))); 140sb.AppendLine(" " + this.signedEncrypted[k].ToString().Trim().Replace("\n", "\n ")); 144sb.AppendLine("No signed endorsing tokens."); 148sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "SignedEndorsing[{0}]", k.ToString(CultureInfo.InvariantCulture))); 149sb.AppendLine(" " + this.signedEndorsing[k].ToString().Trim().Replace("\n", "\n "));
System\ServiceModel\Security\Tokens\X509SecurityTokenParameters.cs (1)
144sb.AppendLine(base.ToString());
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowService.cs (2)
614exceptionMessage.AppendLine(e.Message); 624exceptionMessage.AppendLine(error.Message);
System.Transactions (1)
System\Transactions\Trace\TraceRecords.cs (1)
1095sb.AppendLine(string.Format(CultureInfo.InvariantCulture, "{0}: {1}", key, this.dictionary[key].ToString()));
System.Web (24)
Util\AppVerifier.cs (24)
230errorString.AppendLine(FormatErrorString(SR.AppVerifier_Title)); 231errorString.AppendLine(FormatErrorString(SR.AppVerifier_Subtitle)); 235errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_URL, requestUrl)); 236errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ErrorCode, (int)errorCode)); 237errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_Description, GetLocalizedDescriptionStringForError(errorCode))); 238errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ThreadInfo, assertInvocationInfo.ThreadId, assertInvocationInfo.Timestamp.ToLocalTime())); 239errorString.AppendLine(assertInvocationInfo.StackTrace.ToString()); 242errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_EntryMethod, PrettyPrintDelegate(originalDelegate))); 244errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_RequestNotification_Integrated, currentNotification, isPostNotification)); 247errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_RequestNotification_NotIntegrated)); 249errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_CurrentHandler, httpHandlerType)); 250errorString.AppendLine(FormatErrorString(SR.AppVerifier_BeginMethodInfo_ThreadInfo, beginHandlerInvocationInfo.ThreadId, beginHandlerInvocationInfo.Timestamp.ToLocalTime())); 251errorString.AppendLine(beginHandlerInvocationInfo.StackTrace.ToString()); 256errorString.AppendLine(FormatErrorString(SR.AppVerifier_AsyncCallbackInfo_InvocationCount, totalAsyncInvocationCount)); 258errorString.AppendLine(FormatErrorString(SR.AppVerifier_AsyncCallbackInfo_FirstInvocation_ThreadInfo, firstAsyncInvocation.ThreadId, firstAsyncInvocation.Timestamp.ToLocalTime())); 259errorString.AppendLine(firstAsyncInvocation.StackTrace.ToString()); 560errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_NotificationInfo, currentNotification, isPostNotification, isReentry)); 608errorString.AppendLine(FormatErrorString(SR.AppVerifier_Title)); 609errorString.AppendLine(FormatErrorString(SR.AppVerifier_Subtitle)); 613errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_URL, requestUrl)); 614errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ErrorCode, (int)errorCode)); 615errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_Description, GetLocalizedDescriptionStringForError(errorCode))); 616errorString.AppendLine(FormatErrorString(SR.AppVerifier_BasicInfo_ThreadInfo, assertInvocationInfo.ThreadId, assertInvocationInfo.Timestamp.ToLocalTime())); 624errorString.AppendLine(assertInvocationInfo.StackTrace.ToString());
System.Web.Entity.Design (4)
System\Data\WebControls\Design\EntityDataSourceDesignerHelper.cs (4)
706warningMessage.AppendLine(headerMessage); 710warningMessage.AppendLine(warning); 754error.AppendLine(ce.Message); 1352error.AppendLine(ce.Message);
System.Web.Extensions (8)
UI\ScriptControlManager.cs (3)
261initBuilder.AppendLine("Sys.Application.add_init(function() {"); 265initBuilder.AppendLine(scriptDescriptor.GetScript()); 274initBuilder.AppendLine("});");
UI\ScriptRegistrationManager.cs (1)
320sb.AppendLine(");");
UI\ScriptResourceAttribute.cs (4)
324builder.AppendLine("};"); 346output.AppendLine("// Name: " + resourceInfo.ScriptName); 347output.AppendLine("// Assembly: " + assemblyName.Name); 348output.AppendLine("// Version: " + assemblyName.Version.ToString());
System.Workflow.Activities (4)
LocalService\MessageQueueKey.cs (4)
243stringBuilder.AppendLine("Message Properties"); 244stringBuilder.AppendLine("Interface Type:" + this.interfaceType.ToString()); 245stringBuilder.AppendLine("Method Name:" + this.operation.ToString()); 246stringBuilder.AppendLine("CorrelationValues:");
WsatConfig (4)
CommandLine\OptionUsage.cs (2)
265stringBuilder.AppendLine(text); 283stringBuilder.AppendLine(text);
Configuration\WsatConfiguration.cs (2)
882sb.AppendLine(ace); 900sb.AppendLine(cert);