32 references to AppendFormat
mscorlib (1)
system\security\util\urlstring.cs (1)
993builtUrl = builtUrl.AppendFormat("FILE:///{0}/{1}", m_localSite.ToString(), m_directory.ToString());
System.Activities (1)
System\Activities\Debugger\XamlNode.cs (1)
29sb.AppendFormat("{0} {1} ", this.LineNumber, this.LinePosition);
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
146description.AppendFormat("{0}={1} ", propertyName, propertyValueString);
System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
197builder.AppendFormat("{0}={1} ", item.Key, item.Value);
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
146description.AppendFormat("{0}={1} ", propertyName, propertyValueString);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\TreeView\DesignerTreeViewItem.cs (1)
197builder.AppendFormat("{0}={1} ", item.Key, item.Value);
fx\src\data\System\Data\SqlClient\SqlDependency.cs (1)
1166builder.AppendFormat("{0};{1}", connectionString, command.CommandText);
System.Data.Entity (6)
System\Data\Common\EntityUtil.cs (1)
735sb.AppendFormat("{0}, {1}", (int)internalError, location);
System\Data\Mapping\StorageMappingItemLoader.cs (2)
3690facetDisplay.AppendFormat("{0}={1},", facets[i].Name, facets[i].Value ?? string.Empty); 3693facetDisplay.AppendFormat("{0}={1}]", facets[numFacets - 1].Name, facets[numFacets-1].Value ?? string.Empty);
System\Data\Mapping\ViewGeneration\GeneratedView.cs (1)
308builder.AppendFormat("{0}.{1}", m_extent.EntityContainer.Name, m_extent.Name);
System\Data\Objects\ObjectContext.cs (2)
2510esql.AppendFormat("SELECT VALUE X FROM {0}.{1} AS X WHERE ", EntityUtil.QuoteIdentifier(entitySet.EntityContainer.Name), EntityUtil.QuoteIdentifier(entitySet.Name)); 2522esql.AppendFormat("X.{0} = @{1}", EntityUtil.QuoteIdentifier(members[i].Key), parameterName);
System.Data.Linq (4)
ChangeTracker.cs (1)
612keys.AppendFormat("{0}.{1}", this.Type.Name.ToString(), key.Name);
SqlClient\SqlBuilder.cs (3)
25sb.AppendFormat(" ON PRIMARY (NAME='{0}', FILENAME='{1}')", Path.GetFileName(dataFilename), dataFilename); 26sb.AppendFormat(" LOG ON (NAME='{0}', FILENAME='{1}')", Path.GetFileName(logFilename), logFilename); 70sb.AppendFormat(" CONSTRAINT {0} PRIMARY KEY ({1})", SqlIdentifier.QuoteIdentifier(name), decl.ToString());
System.IdentityModel (3)
System\IdentityModel\SecurityUtils.cs (1)
441sb.AppendFormat("{0}{1}", prefix, issuer == claimSet ? "Self" : (issuer.Count <= 0 ? "Unknown" : issuer[0].ToString()));
System\IdentityModel\Tokens\Saml2SecurityTokenHandler.cs (1)
1678stringBuilder.AppendFormat("{0}{1}", samlToken.Assertion.Id.Value, tokenTypeIdentifiers[0]);
System\IdentityModel\Tokens\SamlSecurityTokenHandler.cs (1)
818stringBuilder.AppendFormat("{0}{1}", samlToken.Assertion.AssertionId, _tokenTypeIdentifiers[0]);
System.Runtime.Serialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
471errorMessage.AppendFormat("{0}\"{1}\" ", Environment.NewLine, conflictingType.AssemblyQualifiedName);
System.ServiceModel (7)
System\ServiceModel\Channels\HttpsChannelFactory.cs (1)
158inputStringBuilder.AppendFormat("{0}{1}", certificateCollection[i].GetCertHashString(), delimiter);
System\ServiceModel\ExceptionDetail.cs (1)
82sb.AppendFormat("{0}: {1}", this.Type, this.Message);
System\ServiceModel\Security\DataProtectionSecurityStateEncoder.cs (2)
62result.AppendFormat("{0} UseCurrentUserProtectionScope={1}", Environment.NewLine, this.useCurrentUserProtectionScope); 63result.AppendFormat("{0} Entropy Length={1}", Environment.NewLine, (this.entropy == null) ? 0 : this.entropy.Length);
System\UriTemplate.cs (1)
721query.AppendFormat("&{0}={1}", UrlUtility.UrlEncode(key, Encoding.UTF8), escapedValue);
System\UriTemplateLiteralQueryValue.cs (1)
39query.AppendFormat("&{0}={1}", UrlUtility.UrlEncode(keyName, Encoding.UTF8), AsEscapedString());
System\UriTemplateVariableQueryValue.cs (1)
31query.AppendFormat("&{0}={1}", UrlUtility.UrlEncode(keyName, Encoding.UTF8), UrlUtility.UrlEncode(values[valueIndex++], Encoding.UTF8));
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TableLayoutSettingsTypeConverter.cs (2)
105columnStyles.AppendFormat("{0},{1},", colStyle.SizeType, colStyle.Width); 119rowStyles.AppendFormat("{0},{1},", rowStyle.SizeType, rowStyle.Height);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\CompileXomlTask.cs (2)
846compilerOptions.AppendFormat(" /resource:\"{0}\",{1}", 923options.AppendFormat(" /{0}{1}", optionName, optionValue);