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