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