55 references to AppendFormat
mscorlib (4)
system\security\principal\sid.cs (2)
694result.AppendFormat( "S-1-{0}", ( long )_IdentifierAuthority ); 698result.AppendFormat( "-{0}", ( uint )( _SubAuthorities[i] ));
system\security\util\urlstring.cs (2)
1000builtUrl = builtUrl.AppendFormat("{0}",m_port); 1002builtUrl = builtUrl.AppendFormat("/{0}", m_directory.ToString());
PresentationCore (2)
Core\CSharp\System\Windows\Media\GlyphsSerializer.cs (2)
301sb.AppendFormat("{0:x1}", accumulatedValue); 307sb.AppendFormat("{0:x1}", accumulatedValue);
System.Activities (9)
System\Activities\ActivityUtilities.cs (2)
506stringBuilder.AppendFormat("{0},", GetDisplayName(genericArguments[i])); 508stringBuilder.AppendFormat("{0}>", GetDisplayName(genericArguments[genericArguments.Length - 1]));
System\Activities\Debugger\Symbol\WorkflowSymbol.cs (2)
166builder.AppendFormat("{0}", this.FileName ?? string.Empty); 171builder.AppendFormat(";{0}", symbol.ToString());
System\Activities\Debugger\XamlNode.cs (5)
33sb.AppendFormat("SO {0}", this.Type); 36sb.AppendFormat("GO {0}", this.Type); 42sb.AppendFormat("SM {0}", this.Member); 48sb.AppendFormat("VA {0}", this.Value); 51sb.AppendFormat("NS {0}", this.Namespace);
System.Data (7)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
544updateBulkCommandText.AppendFormat("insert bulk {0} (", this.DestinationTableName);
fx\src\data\System\Data\SqlClient\SqlCommand.cs (3)
5683execStatement.AppendFormat(@"{0}=", returnValueParameter.ParameterNameFixed); 5705execStatement.AppendFormat(@" {0}={0}", parameters[i].ParameterNameFixed); 5721execStatement.AppendFormat(@", {0}={0}", parameters[i].ParameterNameFixed);
fx\src\data\System\Data\SqlClient\SqlException.cs (3)
111sb.AppendFormat(SQLMessage.ExClientConnectionId(), _clientConnectionId); 122sb.AppendFormat(SQLMessage.ExOriginalClientConnectionId(), Data[OriginalClientConnectionIdKey]); 128sb.AppendFormat(SQLMessage.ExRoutingDestination(), Data[RoutingDestinationKey]);
System.Data.Entity (6)
System\Data\Common\CommandTrees\Internal\ExpressionKeyGen.cs (1)
203_key.AppendFormat("{0:X2}", b);
System\Data\Common\CommandTrees\Internal\ExpressionPrinter.cs (2)
518retInfo.Text.AppendFormat("Var({0})", e.VariableName); 525retInfo.Text.AppendFormat("@{0}", e.ParameterName);
System\Data\Common\EntityUtil.cs (1)
737sb.AppendFormat(", {0}", additionalInfo);
System\Data\Mapping\ViewGeneration\Structures\CellQuery.cs (1)
901builder.AppendFormat("{0}, ", sb.ToString());
System\Data\Metadata\StoreItemCollection.Loader.cs (1)
213message.AppendFormat(" {0}", provEx.InnerException.Message);
System.Data.Linq (4)
SqlClient\SqlBuilder.cs (4)
23sb.AppendFormat("CREATE DATABASE {0}", SqlIdentifier.QuoteIdentifier(catalog)); 33sb.AppendFormat("DROP DATABASE {0}", SqlIdentifier.QuoteIdentifier(catalog)); 52sb.AppendFormat("CREATE SCHEMA {0}", SqlIdentifier.QuoteIdentifier(schema)); 61sb.AppendFormat("CREATE TABLE {0}", SqlIdentifier.QuoteCompoundIdentifier(table.TableName));
System.IdentityModel (2)
System\IdentityModel\Metadata\MetadataSerializer.cs (1)
2785sb.AppendFormat("{0} ", (protocol.IsAbsoluteUri ? protocol.AbsoluteUri : protocol.ToString()));
System\IdentityModel\UniqueId.cs (1)
127builder.AppendFormat("{0:X2}", id[i]);
System.Security (3)
system\security\cryptography\xml\SignedXmlDebugLog.cs (3)
450validAlgorithmBuilder.AppendFormat("\"{0}\"", validAlgorithm); 487validAlgorithmBuilder.AppendFormat("\"{0}\"", validAlgorithm); 495validAlgorithmBuilder.AppendFormat("\"{0}\"", validAlgorithm);
System.ServiceModel (9)
System\ServiceModel\Channels\RedirectionException.cs (1)
135builder.AppendFormat(" {0}", locations[i].Address.AbsoluteUri);
System\ServiceModel\Description\ConfigLoader.cs (3)
636detectedCycle = detectedCycle.AppendFormat("{0}, ", resolvedEndpoint); 809detectedCycle = detectedCycle.AppendFormat("{0}, ", resolvedEndpoint); 1138detectedCycle = detectedCycle.AppendFormat("{0}, ", resolvedBinding);
System\ServiceModel\ExceptionDetail.cs (1)
85sb.AppendFormat(" ----> {0}", this.InnerException.ToStringHelper(true));
System\UriTemplate.cs (1)
1720remainingPath.AppendFormat("{0}/", relativePathSegments[i]);
System\UriTemplateLiteralPathSegment.cs (1)
78path.AppendFormat("{0}/", AsUnescapedString());
System\UriTemplateQueryValue.cs (1)
91query.AppendFormat("&{0}", UrlUtility.UrlEncode(keyName, Encoding.UTF8));
System\UriTemplateVariablePathSegment.cs (1)
34path.AppendFormat("{0}/", values[valueIndex++]);
System.ServiceModel.Web (1)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (1)
725validTypes.AppendFormat(", {0}", derivedElement.Name);
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\CompileXomlTask.cs (7)
825compilerOptions.AppendFormat(" /keycontainer:{0}", this.KeyContainer); 828compilerOptions.AppendFormat(" /keyfile:\"{0}\"", Path.Combine(this.ProjectDirectory, this.KeyFile)); 851compilerOptions.AppendFormat(" /resource:\"{0}\"", 860compilerOptions.AppendFormat(" /rootnamespace:{0}", this.RootNamespace); 861compilerOptions.AppendFormat(" /imports:{0}", this.Imports.Replace(';', ',')); 919options.AppendFormat(" /{0}", optionName); 967validWarnings.AppendFormat(",{0}", warning);
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
449bldr.AppendFormat("{0,4}: ", i);