350 references to Format
Microsoft.Activities.Build (1)
Microsoft\Activities\Build\BeforeInitializeComponentExtension.cs (1)
60string codeFileName = string.Format(CultureInfo.InvariantCulture, "{0}_{1}_{2}.{3}", classData.Namespace, classData.Name, FileNameSuffix, codeDomProvider.FileExtension);
mscorlib (21)
system\AggregateException.cs (1)
448text = String.Format(
system\environment.cs (1)
1333return String.Format(CultureInfo.CurrentCulture, s, values);
system\globalization\hebrewcalendar.cs (1)
708String.Format(
system\io\textwriter.cs (2)
352Write(String.Format(FormatProvider, format, arg)); 534WriteLine(String.Format(FormatProvider, format, arg));
system\reflection\methodbody.cs (3)
91return String.Format(CultureInfo.CurrentUICulture, 98return String.Format(CultureInfo.CurrentUICulture, 103return String.Format(CultureInfo.CurrentUICulture,
system\reflection\module.cs (2)
750String.Format(CultureInfo.CurrentUICulture, Environment.GetResourceString("Argument_InvalidToken", tk, this))); 918String.Format(CultureInfo.CurrentUICulture, Environment.GetResourceString("Argument_InvalidToken", tk, this)));
system\rttype.cs (1)
5316throw new NotSupportedException(String.Format(CultureInfo.CurrentCulture,
system\Runtime\CompilerServices\FormattableStringFactory.cs (1)
56public override string ToString(IFormatProvider formatProvider) { return string.Format(formatProvider, _format, _arguments); }
system\runtime\remoting\activationservices.cs (1)
148String.Format(
system\runtime\remoting\message.cs (1)
521String.Format(
system\runtime\remoting\remotingservices.cs (2)
1256String.Format( 1712String.Format(
system\security\permissionlistset.cs (1)
350throw new SecurityException(String.Format(CultureInfo.InvariantCulture, Environment.GetResourceString("Security_Generic")));
system\text\basecodepageencoding.cs (1)
304String strName = String.Format(CultureInfo.InvariantCulture, "NLS_CodePage_{0}_{1}_{2}_{3}_{4}",
system\text\eucjpencoding.cs (1)
65String strName = String.Format(CultureInfo.InvariantCulture, "CodePage_{0}_{1}_{2}_{3}_{4}_EUCJP",
system\text\isciiencoding.cs (1)
654String.Format(CultureInfo.InvariantCulture,
system\text\iso2022encoding.cs (1)
140String strName = String.Format(CultureInfo.InvariantCulture, strFormat,
PresentationBuildTasks (1)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1482throw new XmlException(string.Format(CultureInfo.InvariantCulture, message, args), null, info == null ? 1 : info.LineNumber,
PresentationCore (10)
Core\CSharp\System\Windows\Media\Animation\KeySplineConverter.cs (1)
134return String.Format(
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
167return String.Format(provider,
Core\CSharp\System\Windows\Media\BezierSegment.cs (1)
121return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Matrix3D.cs (1)
392return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Point3D.cs (1)
354return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Point4D.cs (1)
375return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Quaternion.cs (1)
344return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Rect3D.cs (1)
345return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Size3D.cs (1)
333return String.Format(provider,
Core\CSharp\System\Windows\Media3D\Generated\Vector3D.cs (1)
354return String.Format(provider,
PresentationFramework (11)
src\Framework\MS\Internal\TraceData.cs (1)
314return String.Format(TypeConverterHelper.InvariantEnglishUS, format, args);
src\Framework\MS\Internal\Utility\TraceLog.cs (1)
42+ String.Format(CultureInfo.InvariantCulture, message, args);
src\Framework\System\Windows\Controls\DatePicker.cs (2)
998return string.Format(CultureInfo.CurrentCulture, d.ToString(dtfi.ShortDatePattern, dtfi)); 1003return string.Format(CultureInfo.CurrentCulture, d.ToString(dtfi.LongDatePattern, dtfi));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
12129return String.Format(CultureInfo.InvariantCulture, s_format[length], args); 12657return String.Format(CultureInfo.InvariantCulture, "{0} {1} {2} {3} {4}", 12820return String.Format(CultureInfo.InvariantCulture, "{0} ds: {1} ar: {2} in: {3}",
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
1237value = String.Format(culture, EffectiveStringFormat, _tempValues);
src\Framework\System\Windows\Markup\BamlRecords.cs (3)
1965return string.Format(CultureInfo.InvariantCulture, 2531return string.Format(CultureInfo.InvariantCulture, 5185return string.Format(CultureInfo.InvariantCulture,
SMSvcHost (1)
TD.Designer.cs (1)
111string description = string.Format(Culture, ResourceManager.GetString("FailFastException", Culture));
System (18)
compmod\system\codedom\compiler\CompilerError.cs (1)
149return string.Format(CultureInfo.InvariantCulture, "{0}({1},{2}) : {3} {4}: {5}",
compmod\system\componentmodel\MaskedTextProvider.cs (1)
97return String.Format(
compmod\system\componentmodel\TypeDescriptor.cs (1)
3335Debug.WriteLineIf(TraceDescriptor.Enabled, string.Format(CultureInfo.InvariantCulture, "TypeDescriptor : {0}", string.Format(CultureInfo.InvariantCulture, message, args)));
compmod\system\diagnostics\Debug.cs (3)
126TraceInternal.Assert(condition, message, String.Format(CultureInfo.InvariantCulture, detailMessageFormat, args)); 152TraceInternal.WriteLine(String.Format(CultureInfo.InvariantCulture, format, args)); 240TraceInternal.WriteLine(String.Format(CultureInfo.InvariantCulture, format, args));
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
89WriteEscaped(String.Format(CultureInfo.InvariantCulture, format, args));
compmod\system\diagnostics\TraceListener.cs (1)
389WriteLine(String.Format(CultureInfo.InvariantCulture, format, args));
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
70message = String.Format(CultureInfo.InvariantCulture, format, args);
net\System\_IPv6Address.cs (2)
48return string.Format(CultureInfo.InvariantCulture, LegacyFormat, 64builder.Append(string.Format(CultureInfo.InvariantCulture, EmbeddedIPv4Format,
net\System\Net\_LoggingObject.cs (1)
943string fullMessage = string.Format(CultureInfo.InvariantCulture, messageFormat, data);
net\System\Net\IPAddress.cs (1)
463string address = String.Format(CultureInfo.InvariantCulture, numberFormat,
net\System\Net\WebSockets\WebSocketBase.cs (2)
85parameters = string.Format(CultureInfo.InvariantCulture, 1231string.Format(CultureInfo.InvariantCulture,
regex\system\text\regularexpressions\RegexCharClass.cs (1)
408tempCategories[InternalRegexIgnoreCase] = String.Format(CultureInfo.InvariantCulture, "{0}{1}{2}{3}{4}", GroupChar, groups[1], groups[4], groups[5], groups[6]);
security\system\security\Authentication\ExtendedProtection\ServiceNameCollection.cs (1)
181string normalizedServiceName = string.Format(CultureInfo.InvariantCulture,
services\monitoring\system\diagnosticts\EventLogTraceListener.cs (1)
154eventLog.WriteEvent(data, String.Format(CultureInfo.InvariantCulture, format,args));
System.Activities (34)
System\Activities\Debugger\Symbol\ActivitySymbol.cs (1)
80return string.Format(CultureInfo.InvariantCulture, "{0},{1},{2},{3},{4}", this.Id, this.StartLine, this.StartColumn, this.EndLine, this.EndColumn);
System\Activities\Tracking\ActivityInfo.cs (1)
145return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\BookmarkResumptionRecord.cs (1)
137return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\CustomTrackingRecord.cs (1)
116return string.Format(CultureInfo.InvariantCulture,
System\Activities\Tracking\FaultPropagationRecord.cs (1)
151return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceAbortedRecord.cs (2)
87return string.Format(CultureInfo.CurrentCulture, 97return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceRecord.cs (1)
146return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceSuspendedRecord.cs (2)
87return string.Format(CultureInfo.CurrentCulture, 97return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceTerminatedRecord.cs (2)
90return string.Format(CultureInfo.CurrentCulture, 100return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceUnhandledExceptionRecord.cs (2)
113return string.Format(CultureInfo.CurrentCulture, 124return string.Format(CultureInfo.CurrentCulture,
System\Activities\Tracking\WorkflowInstanceUpdatedRecord.cs (1)
107return string.Format(CultureInfo.CurrentCulture,
System\Activities\Validation\ValidationError.cs (1)
109return string.Format(CultureInfo.InvariantCulture,
System\Activities\XamlIntegration\ActivityXamlServices.cs (1)
432beforeInitializeResourceName = string.Format(CultureInfo.InvariantCulture, "{0}_{1}_{2}.{3}", typeNamespace, typeName, "BeforeInitializeComponentHelper", "txt");
TD.Designer.cs (17)
315string description = string.Format(Culture, ResourceManager.GetString("CompleteBookmarkWorkItem", Culture), param0, param1, param2, param3, param4); 380string description = string.Format(Culture, ResourceManager.GetString("CompleteCompletionWorkItem", Culture), param0, param1, param2, param3, param4, param5); 446string description = string.Format(Culture, ResourceManager.GetString("CompleteFaultWorkItem", Culture), param0, param1, param2, param3, param4, param5); 541string description = string.Format(Culture, ResourceManager.GetString("CreateBookmark", Culture), param0, param1, param2, param3, param4); 598string description = string.Format(Culture, ResourceManager.GetString("EnterNoPersistBlock", Culture)); 626string description = string.Format(Culture, ResourceManager.GetString("ExitNoPersistBlock", Culture)); 659string description = string.Format(Culture, ResourceManager.GetString("InArgumentBound", Culture), param0, param1, param2, param3, param4); 753string description = string.Format(Culture, ResourceManager.GetString("RuntimeTransactionSet", Culture), param0, param1, param2, param3, param4, param5); 786string description = string.Format(Culture, ResourceManager.GetString("ScheduleBookmarkWorkItem", Culture), param0, param1, param2, param3, param4); 851string description = string.Format(Culture, ResourceManager.GetString("ScheduleCompletionWorkItem", Culture), param0, param1, param2, param3, param4, param5); 917string description = string.Format(Culture, ResourceManager.GetString("ScheduleFaultWorkItem", Culture), param0, param1, param2, param3, param4, param5); 1012string description = string.Format(Culture, ResourceManager.GetString("StartBookmarkWorkItem", Culture), param0, param1, param2, param3, param4); 1077string description = string.Format(Culture, ResourceManager.GetString("StartCompletionWorkItem", Culture), param0, param1, param2, param3, param4, param5); 1143string description = string.Format(Culture, ResourceManager.GetString("StartFaultWorkItem", Culture), param0, param1, param2, param3, param4, param5); 1383string description = string.Format(Culture, ResourceManager.GetString("ActivityCompleted", Culture), param0, param1, param2, param3); 1417string description = string.Format(Culture, ResourceManager.GetString("ActivityScheduled", Culture), param0, param1, param2, param3, param4, param5); 1656string description = string.Format(Culture, ResourceManager.GetString("WorkflowApplicationUnhandledException", Culture), param0, param1, param2, param3);
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\CorrelationDataDesigner.xaml.cs (1)
151ErrorReporting.ShowErrorMessage(string.Format(CultureInfo.CurrentCulture, System.Activities.Core.Presentation.SR.NullOrEmptyKeyName));
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
416byte[] serviceDeploymentHashBuffer = Encoding.Unicode.GetBytes(string.Format(CultureInfo.InvariantCulture, "{0}#{1}#{2}#{3}#{4}",
TD.Designer.cs (4)
143string description = string.Format(Culture, ResourceManager.GetString("RenewLockSystemError", Culture)); 232string description = string.Format(Culture, ResourceManager.GetString("MaximumRetriesExceededForSqlCommand", Culture)); 412string description = string.Format(Culture, ResourceManager.GetString("RunnableInstancesDetectionError", Culture)); 441string description = string.Format(Culture, ResourceManager.GetString("InstanceLocksRecoveryError", Culture));
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValue.cs (4)
133string.Format( 161string.Format(CultureInfo.CurrentCulture, Resources.Error_ValueSetFailed), 206string.Format( 231string.Format(
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
509System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.InvariantCulture, "{0} ScrollViewer: EWidth {1}, EHeight {2}, AWidth {3}, AHeight {4}, ViewPortW {5} ViewPortH {6}", prefix, mapSource.ExtentWidth, mapSource.ExtentHeight, mapSource.ActualWidth, mapSource.ActualHeight, mapSource.ViewportWidth, mapSource.ViewportHeight));
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
546string.Format(CultureInfo.InvariantCulture, "{0} ) WorkflowViewElement.OnGotFocusEvent ({1}, selection: {2}, becomesSelection {3}, raisedBy {4})", 641string.Format(CultureInfo.InvariantCulture, "{0} ) WorkflowViewElement.OnMouseDown ({1}, shouldSetFocus {2}, mouseCaptured {3}, raisedBy {4})",
System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
709string error = string.Format(CultureInfo.CurrentCulture, message, arguments);
System.AddIn (1)
System\Addin\MiniReflection\TypeInfo.cs (1)
178String typeRefDefiningAssemblyName = String.Format(CultureInfo.InvariantCulture,
System.ComponentModel.DataAnnotations (6)
DataAnnotations\CustomValidationAttribute.cs (1)
138return new ValidationResult(String.Format(CultureInfo.CurrentCulture, Resources.DataAnnotationsResources.CustomValidationAttribute_Type_Conversion_Failed,
DataAnnotations\DataTypeAttribute.cs (1)
110throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.DataTypeAttribute_EmptyDataTypeString));
DataAnnotations\MaxLengthAttribute.cs (1)
93throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.MaxLengthAttribute_InvalidMaxLength));
DataAnnotations\MinLengthAttribute.cs (1)
78throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.MinLengthAttribute_InvalidMinLength));
DataAnnotations\UIHintAttribute.cs (1)
192throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.UIHintImplementation_NeedEvenNumberOfControlParameters));
DataAnnotations\ValidationAttribute.cs (1)
271throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DataAnnotationsResources.ValidationAttribute_NeedBothResourceTypeAndResourceName));
System.Configuration (1)
System\Configuration\ProtectedConfigurationSection.cs (1)
81return String.Format(CultureInfo.InvariantCulture, EncryptedSectionTemplate,
System.Core (5)
Microsoft\Scripting\Ast\DebugViewWriter.cs (1)
1099Out(String.Format(
Microsoft\Scripting\Ast\ExpressionStringBuilder.cs (1)
405string s = String.Format(
System\Diagnostics\Eventing\EventProviderTraceListener.cs (2)
370m_provider.WriteMessageEvent(String.Format(CultureInfo.InvariantCulture, format, args) + s_callStackString + eventCache.Callstack, 376m_provider.WriteMessageEvent(String.Format(CultureInfo.InvariantCulture, format, args),
System\Diagnostics\EventSchemaTraceListener.cs (1)
192message = String.Format(CultureInfo.InvariantCulture, format, args);
System.Data (15)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValue.cs (4)
133string.Format( 161string.Format(CultureInfo.CurrentCulture, Resources.Error_ValueSetFailed), 206string.Format( 231string.Format(
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Xaml\ErrorTolerantObjectWriter.cs (1)
709string error = string.Format(CultureInfo.CurrentCulture, message, arguments);
fx\src\bid\inc\cs\bidPrivateBase.cs (1)
685String.Format(CultureInfo.CurrentCulture, clrFormatString, args));
fx\src\data\Microsoft\SqlServer\Server\SmiMetaData.cs (4)
773return String.Format(CultureInfo.InvariantCulture, "\n\t" 966return String.Format(CultureInfo.InvariantCulture, 1416return String.Format(CultureInfo.InvariantCulture, "{0}" 1697return String.Format(CultureInfo.InvariantCulture, "{0}"
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
487TDSCommand += String.Format((IFormatProvider)null, "exec {0}..{1} N'{2}.{3}'",
fx\src\data\System\Data\SqlClient\sqlinternaltransaction.cs (1)
520return String.Format(/*IFormatProvider*/ null, "(ObjId={0}, tranId={1}, state={2}, type={3}, open={4}, disp={5}",
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
1425errorMessage = String.Format((IFormatProvider)null, "{0} (provider: {1}, error: {2} - {3})", 11420return String.Format(/*IFormatProvider*/ null,
fx\src\data\System\Data\SqlClient\TdsParserSessionPool.cs (1)
224return String.Format(/*IFormatProvider*/ null,
System.Data.Entity (8)
System\Data\Common\Utils\Helpers.cs (1)
26Trace.WriteLine(String.Format(CultureInfo.InvariantCulture, format, args));
System\Data\Common\Utils\StringUtil.cs (1)
207return String.Format(CultureInfo.InvariantCulture, format, args);
System\Data\EntityClient\EntityConnection.cs (1)
159return string.Format(Globalization.CultureInfo.InvariantCulture,
System\Data\Mapping\StorageModificationFunctionMapping.cs (2)
55return String.Format(CultureInfo.InvariantCulture, 110return String.Format(CultureInfo.InvariantCulture,
System\Data\Mapping\Update\Internal\RelationshipConstraintValidator.cs (1)
482return String.Format(CultureInfo.InvariantCulture, "{0}.{1}-->{2}: {3}",
System\Data\Metadata\MetadataArtifactLoaderCompositeResource.cs (1)
253string resourceUri = string.Format(CultureInfo.InvariantCulture,
System\Data\Objects\ObjectContext.cs (1)
3245command.CommandText = string.Format(CultureInfo.InvariantCulture, command.CommandText, parameterSql);
System.Data.Entity.Design (1)
System\Data\Entity\Design\Common\MetadataUtil.cs (1)
200return String.Format(CultureInfo.InvariantCulture, format, args);
System.Data.Linq (1)
SqlClient\Query\SqlFormatter.cs (1)
542sb.Append(string.Format(CultureInfo.InvariantCulture, suq.QueryText, args));
System.Data.SqlXml (1)
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
120this.writer.WriteAttributeString("lineInfo", string.Format(CultureInfo.InvariantCulture, "[{0},{1} -- {2},{3}]",
System.Drawing (3)
commonui\System\Drawing\Advanced\Font.cs (1)
783return string.Format( CultureInfo.CurrentCulture, "[{0}: Name={1}, Size={2}, Units={3}, GdiCharSet={4}, GdiVerticalFont={5}]",
commonui\System\Drawing\Color.cs (1)
1466return string.Format(CultureInfo.CurrentCulture,
misc\DbgUtil.cs (1)
357trace += String.Format(CultureInfo.CurrentCulture, "at {0} {1}.{2}({3})\r\n", fileName, mi.DeclaringType, mi.Name, args );
System.IdentityModel (2)
System\IdentityModel\Claims\X509CertificateClaimSet.cs (1)
448new FormatException(string.Format(CultureInfo.InvariantCulture,
System\IdentityModel\Diagnostics\TraceUtility.cs (1)
64TraceEvent( eventType, TraceCode.IdentityModel, String.Format( CultureInfo.InvariantCulture, formatString, args ) );
System.IdentityModel.Selectors (1)
infocard\Diagnostics\Managed\Microsoft\InfoCards\Diagnostics\InfocardTrace.cs (1)
229message = String.Format(CultureInfo.InvariantCulture, format, parameters);
System.Numerics (3)
System\Numerics\Matrix3x2.cs (1)
792return String.Format(ci, "{{ {{M11:{0} M12:{1}}} {{M21:{2} M22:{3}}} {{M31:{4} M32:{5}}} }}",
System\Numerics\Matrix4x4.cs (1)
2193return String.Format(ci, "{{ {{M11:{0} M12:{1} M13:{2} M14:{3}}} {{M21:{4} M22:{5} M23:{6} M24:{7}}} {{M31:{8} M32:{9} M33:{10} M34:{11}}} {{M41:{12} M42:{13} M43:{14} M44:{15}}} }}",
System\Numerics\Quaternion.cs (1)
780return String.Format(ci, "{{X:{0} Y:{1} Z:{2} W:{3}}}", X.ToString(ci), Y.ToString(ci), Z.ToString(ci), W.ToString(ci));
System.Runtime.Caching (1)
Resources\RH.cs (1)
9return String.Format(CultureInfo.CurrentCulture, resource, args);
System.Runtime.Remoting (6)
channels\core\corechannel.cs (1)
937sidString.Append(String.Format(CultureInfo.CurrentCulture, "{0:x2}{1:x2}{2:x2}{3:x2}{4:x2}{5:x2}",
channels\tcp\tcpclientchannel.cs (1)
293String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Tcp_AuthenticationFailed")), e);
channels\tcp\tcpserverchannel.cs (1)
510String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Tcp_ServerAuthenticationFailed")), false);
metadata\metadata.cs (1)
72String.Format(
metadata\wsdlparser.cs (2)
1547throw new SUDSParserException(String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Suds_RpcBindingsMissing"))); 2168String.Format(CultureInfo.CurrentCulture, CoreChannel.GetResourceString("Remoting_Suds_AttributeNotFound"),
System.Runtime.Serialization (1)
System\Xml\XmlMtomWriter.cs (1)
153String.Format(CultureInfo.InvariantCulture, "{0}/{1};{2}=\"{3}\";{4}=\"{5}\"",
System.Security (5)
system\security\cryptography\xml\SignedXmlDebugLog.cs (5)
600string logMessage = String.Format(CultureInfo.InvariantCulture, 649string logMessage = String.Format(CultureInfo.InvariantCulture, 741string logMessage = String.Format(CultureInfo.InvariantCulture, 774string logMessage = String.Format(CultureInfo.InvariantCulture, 813string logMessage = String.Format(CultureInfo.InvariantCulture,
System.ServiceModel (32)
System\ServiceModel\Administration\EndpointInstanceProvider.cs (2)
30string endpointReference = String.Format(CultureInfo.InvariantCulture, 489string result = String.Format(CultureInfo.InvariantCulture,
System\ServiceModel\Administration\WbemProvider.cs (1)
941val = string.Format(CultureInfo.InvariantCulture, "{0:00000000}{1:00}{2:00}{3:00}.{4:000}{5:000}:000",
System\ServiceModel\Channels\Message.cs (2)
780throw TraceUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "IMessageHeaderWithSharedNamespace must use a single lowercase letter prefix.")), this); 787throw TraceUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "IMessageHeaderWithSharedNamespace must use a single lowercase letter prefix.")), this);
System\ServiceModel\Channels\MessageVersion.cs (1)
198throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "MessageVersion.Addressing cannot be null")));
System\ServiceModel\Channels\MtomMessageEncoder.cs (2)
134throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid MessageVersion"))); 300return String.Format(CultureInfo.InvariantCulture,
System\ServiceModel\Channels\SecurityBindingElement.cs (2)
1846sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OperationSupportingTokenParameters: none")); 1858sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "OptionalOperationSupportingTokenParameters: none"));
System\ServiceModel\Channels\ServiceChannelProxy.cs (1)
193throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid proxy method type")));
System\ServiceModel\Configuration\ServiceEndpointElementCollection.cs (1)
38return string.Format(CultureInfo.InvariantCulture,
System\ServiceModel\Description\ClientClassGenerator.cs (2)
177throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid client generation constructor table initialization"))); 185throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Invalid client generation constructor table initialization")));
System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
267throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Each set must have at least one item in it")));
System\ServiceModel\Description\MessageContractExporter.cs (1)
1219throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Header cannot be Document Wrapped")));
System\ServiceModel\Description\ServiceMetadataExtension.cs (3)
892throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Bad object in HttpGetImpl docFromQuery table"))); 898throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "Bad object in HttpGetImpl docFromQuery table"))); 1630writer.WriteRaw(String.Format(CultureInfo.InvariantCulture,
System\ServiceModel\Description\WsdlExporter.cs (2)
975throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "You must pass at least one namespaceScope"))); 1216endpointIdentifier = String.Format(CultureInfo.InvariantCulture,
System\ServiceModel\Description\WsdlImporter.cs (2)
1072string actionUri = string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}{3}", baseActionUri, portTypeName, delimiter, operationMessageName.EncodedName); 2483return string.Format(CultureInfo.InvariantCulture, "{0}/{1}/[@{2}='{3}']", xPath, wspPolicy, idAttrib, key);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
428throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new InvalidOperationException(String.Format(CultureInfo.InvariantCulture, "No DispatchOperationRuntime found to process message.")));
System\ServiceModel\Security\Tokens\IssuedSecurityTokenParameters.cs (4)
930sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding: null")); 934sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "IssuerBinding:")); 945sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements: none")); 949sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "ClaimTypeRequirements:"));
System\ServiceModel\Security\Tokens\SecureConversationSecurityTokenParameters.cs (2)
215sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement: null")); 219sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "BootstrapSecurityBindingElement:"));
System\ServiceModel\Security\Tokens\ServiceModelSecurityTokenRequirement.cs (1)
242sb.AppendLine(String.Format(CultureInfo.InvariantCulture, "---"));
TD.Designer.cs (1)
1275string description = string.Format(Culture, ResourceManager.GetString("ReceiveContextFaulted", Culture));
System.ServiceModel.Activities (2)
TD.Designer.cs (2)
236string description = string.Format(Culture, ResourceManager.GetString("StartSignpostEvent", Culture)); 265string description = string.Format(Culture, ResourceManager.GetString("StopSignpostEvent", Culture));
System.ServiceModel.Discovery (7)
System\ServiceModel\Discovery\Configuration\AnnouncementChannelEndpointElementCollection.cs (1)
30return string.Format(CultureInfo.InvariantCulture,
TD.Designer.cs (6)
86string description = string.Format(Culture, ResourceManager.GetString("DiscoveryClientInClientChannelFailedToClose", Culture)); 115string description = string.Format(Culture, ResourceManager.GetString("DiscoveryClientProtocolExceptionSuppressed", Culture)); 143string description = string.Format(Culture, ResourceManager.GetString("DiscoveryClientReceivedMulticastSuppression", Culture)); 239string description = string.Format(Culture, ResourceManager.GetString("DiscoveryMessageWithInvalidRelatesToOrOperationCompleted", Culture), discoveryMessageName, messageId, relatesTo, discoveryOperationName); 539string description = string.Format(Culture, ResourceManager.GetString("FindInitiatedInDiscoveryClientChannel", Culture)); 688string description = string.Format(Culture, ResourceManager.GetString("SynchronizationContextSetToNull", Culture));
System.ServiceModel.Internals (5)
TraceCore.Designer.cs (5)
242string description = string.Format(Culture, ResourceManager.GetString("TraceCodeEventLogCritical", Culture)); 272string description = string.Format(Culture, ResourceManager.GetString("TraceCodeEventLogError", Culture)); 302string description = string.Format(Culture, ResourceManager.GetString("TraceCodeEventLogInfo", Culture)); 332string description = string.Format(Culture, ResourceManager.GetString("TraceCodeEventLogVerbose", Culture)); 362string description = string.Format(Culture, ResourceManager.GetString("TraceCodeEventLogWarning", Culture));
System.ServiceModel.Routing (5)
TD.Designer.cs (5)
144string description = string.Format(Culture, ResourceManager.GetString("RoutingServiceCompletingOneWay", Culture)); 173string description = string.Format(Culture, ResourceManager.GetString("RoutingServiceCompletingTwoWay", Culture)); 323string description = string.Format(Culture, ResourceManager.GetString("RoutingServiceConfigurationApplied", Culture)); 356string description = string.Format(Culture, ResourceManager.GetString("RoutingServiceProcessingMessage", Culture), param0, param1, param2, param3); 826string description = string.Format(Culture, ResourceManager.GetString("RoutingServiceHandledException", Culture));
System.ServiceModel.Web (5)
SR.cs (4)
26Fx.Assert(DescriptionValue != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { description })); 52Fx.Assert(localizedString != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { value })); 74Fx.Assert(DisplayNameValue != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { name })); 93return string.Format(culture, name, args);
System\ServiceModel\Channels\WebBodyFormatMessageProperty.cs (1)
72return String.Format(CultureInfo.InvariantCulture, SR2.GetString(SR2.WebBodyFormatPropertyToString, this.Format.ToString()));
System.Transactions (5)
System\Transactions\Oletx\OletxEnlistment.cs (1)
1446Debug.Assert( false, string.Format( null, "this.prepareInfoByteArray == null in RecoveryInformation()" ));
System\Transactions\Oletx\OletxResourceManager.cs (1)
766Debug.Assert( false, string.Format( null, "this.prepareInfoByteArray == null in RecoveryInformation()" ));
System\Transactions\Trace\DiagnosticTrace.cs (1)
504message = String.Format(CultureInfo.CurrentCulture, "{0}: {1}\n{2}: {3}\n{4}", DiagnosticStrings.ProcessName, DiagnosticTrace.ProcessName, DiagnosticStrings.ProcessId, DiagnosticTrace.ProcessId, message);
System\Transactions\TransactionState.cs (2)
5132Debug.Assert((distributedTx == null), string.Format(null, "PSPEPromote for non-MSDTC promotion returned a distributed transaction.")); 5133Debug.Assert((tx.promotedToken != null), string.Format(null, "PSPEPromote for non-MSDTC promotion did not set InternalTransaction.PromotedToken."));
System.Web (13)
Cache\SqlCacheDependency.cs (2)
1507sqlCmd.CommandText = String.Format(CultureInfo.InvariantCulture, 1520sqlCmd.CommandText = String.Format(CultureInfo.InvariantCulture,
HttpException.cs (1)
379string message = String.Format(CultureInfo.CurrentCulture, compileErrorFormat,
IisTraceListener.cs (1)
128TraceEvent(eventCache, source, severity, id, String.Format(CultureInfo.InvariantCulture, format, args));
UI\ViewStateException.cs (1)
74string debugInfo = String.Format(CultureInfo.InvariantCulture,
UI\WebControls\DetailsView.cs (1)
3184string startupScript = String.Format(CultureInfo.InvariantCulture, startupScriptFormat, clientReference, hiddenFieldID, doCallBackCall, PageIndex);
UI\WebControls\FilteredDataSetHelper.cs (1)
46filterExpression = String.Format(CultureInfo.InvariantCulture, filterExpression, values);
UI\WebControls\GridView.cs (1)
3735string startupScript = String.Format(CultureInfo.InvariantCulture, startupScriptFormat, clientReference, hiddenFieldID, doCallBackCall, PageIndex, sortExpressionSerialized, (int)SortDirection);
UI\WebControls\HyperLinkField.cs (1)
248formattedUrlValue = String.Format(CultureInfo.CurrentCulture, formatting, dataUrlValues);
UI\WebControls\MenuRendererStandards.cs (2)
49string initScript = String.Format(CultureInfo.InvariantCulture, 592return AddStyleDefinition(String.Format(CultureInfo.InvariantCulture, selectorFormat, args));
Util\versioninfo.cs (1)
40return string.Format(CultureInfo.InvariantCulture, "{0}.{1}.{2}.{3}",
WebPageTraceListener.cs (1)
81TraceEvent(eventCache, source, severity, id, String.Format(CultureInfo.InvariantCulture, format, args));
System.Web.ApplicationServices (1)
Security\MembershipUser.cs (1)
118throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, ApplicationServicesStrings.Membership_provider_name_invalid), "providerName" );
System.Web.DataVisualization (2)
Common\Converters\LegendConverters.cs (1)
361 return string.Format(
Common\General\LegendColumns.cs (1)
2695 return string.Format(
System.Web.DynamicData (9)
DynamicData\DynamicControl.cs (1)
125throw new Exception(String.Format(CultureInfo.CurrentCulture,
DynamicData\DynamicDataExtensions.cs (2)
97throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaTable_CannotGetTableFromDataSource)); 120throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaTable_CannotGetTableFromControl));
DynamicData\DynamicField.cs (1)
135throw new InvalidOperationException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.DynamicControl_ControlNeedsToExistInADataControlUsingDynamicDataSource));
DynamicData\MetaModel.cs (4)
177throw new ArgumentException(String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaModel_ContextFactoryReturnsNull), "contextFactory"); 271String.Format(CultureInfo.CurrentCulture, DynamicDataResources.MetaModel_RegistrationErrorOccurred), 342throw new ArgumentException(String.Format( 351throw new ArgumentException(String.Format(
DynamicData\QueryStringHandler.cs (1)
13String.Format(CultureInfo.CurrentCulture, DynamicDataResources.QueryStringHandler_VirtualPathCannotBeEmpty),
System.Web.Extensions (10)
Compilation\WCFBuildProvider.cs (1)
315errorMessage = String.Format(CultureInfo.CurrentCulture, "'{0}' ({1},{2}): {3}", generationError.MetadataFile, generationError.LineNumber, generationError.LinePosition, errorMessage);
Compilation\WCFModel\SchemaMerger.cs (2)
165String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_DuplicatedSchemaItems, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation) 179String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_DuplicatedSchemaItemsIgnored, itemTypeName, combinedName.ToString(), schema.SourceUri, originalItem.SourceUri, differentLocation)
Compilation\WCFModel\VSWCFServiceContractGenerator.cs (1)
583new FormatException(String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_ServiceContractMappingMissMatch, mapping.TypeName, contract.Namespace, contract.Name, mapping.TargetNamespace, mapping.Name)))
Compilation\WCFModel\WsdlInspector.cs (4)
307String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_OperationDefinedInOneOfDuplicatedServiceContract, 327String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_OperationDefinedDifferently, 347String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_FieldDefinedInOneOfDuplicatedMessage, 367String.Format(CultureInfo.CurrentCulture, WCFModelStrings.ReferenceGroup_FieldDefinedDifferentlyInDuplicatedMessage,
UI\ScriptControlManager.cs (1)
311throw new InvalidOperationException(String.Format(CultureInfo.InvariantCulture,
UI\WebControls\Dynamic.cs (1)
2052return new ParseException(string.Format(CultureInfo.CurrentCulture, format, args), pos);
System.Web.Mobile (7)
UI\MobileControls\Adapters\EmptyTextWriter.cs (2)
187if (!IsWhiteSpace(format) && !IsWhiteSpace(String.Format(CultureInfo.CurrentCulture, format, arg))) 312if (!IsWhiteSpace(format) && !IsWhiteSpace(String.Format(CultureInfo.CurrentCulture, format, arg)))
UI\MobileControls\Design\Adapters\DesignerAdapterUtil.cs (1)
274return String.Format(CultureInfo.CurrentCulture,
UI\MobileControls\Design\DeviceSpecificDesigner.cs (1)
194return String.Format(CultureInfo.CurrentCulture, _duplicateDesignTimeHTML,
UI\MobileControls\Design\StyleSheetDesigner.cs (3)
546return String.Format(CultureInfo.CurrentCulture, _specialCaseDesignTimeHTML, 577return String.Format(CultureInfo.CurrentCulture, _specialCaseDesignTimeHTML, 590return String.Format(CultureInfo.CurrentCulture, _designTimeHTML,
System.Windows.Forms (9)
misc\DbgUtil.cs (1)
357trace += String.Format(CultureInfo.CurrentCulture, "at {0} {1}.{2}({3})\r\n", fileName, mi.DeclaringType, mi.Name, args );
misc\GDI\WindowsFont.cs (1)
385return string.Format(CultureInfo.CurrentCulture, "[{0}: Name={1}, Size={2} points, Height={3} pixels, Sytle={4}]", GetType().Name, logFont.lfFaceName, this.Size, this.Height, this.Style);
winforms\Managed\System\WinForms\Application.cs (1)
1265string path = string.Format(CultureInfo.CurrentCulture, template, new object[] {basePath, company, product, version});
winforms\Managed\System\WinForms\ToolStripPanel.cs (6)
1049Debug.WriteLineIf(ToolStripPanelDebug.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tThere is no row corresponding to this point, creating a new one.")); 1097Debug.WriteLineIf(ToolStripPanelRow.ToolStripPanelRowCreationDebug.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tThere was a row, but we cant add the control to it, creating/inserting new row.")); 1105Debug.WriteLineIf(ToolStripPanelRow.ToolStripPanelRowCreationDebug.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tAttempts to leave the current row failed as there's no space in the next row. Since there's only one control, just keep the row.")); 1124Debug.WriteLineIf(ToolStripPanelDebug.TraceVerbose, String.Format(CultureInfo.CurrentCulture, "\tCalling JoinRow.")); 1283string fail = String.Format(CultureInfo.CurrentCulture, 1290fail += String.Format(CultureInfo.CurrentCulture,
System.Windows.Forms.DataVisualization (2)
Common\Converters\LegendConverters.cs (1)
361 return string.Format(
Common\General\LegendColumns.cs (1)
2695 return string.Format(
System.Workflow.Activities (10)
CorrelationValidator.cs (6)
200ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_CorrelationTokenInReplicator, correlator.Name, replicatorParent.QualifiedName)), ErrorNumbers.Error_CorrelationTokenInReplicator, true); 288ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_UninitializedCorrelation)), ErrorNumbers.Error_UninitializedCorrelation, true); 301ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_InitializerFollowerInTxnlScope)), ErrorNumbers.Error_InitializerFollowerInTxnlScope, false); 880validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_InvalidEventArgsSignature, operation)), ErrorNumbers.Error_FieldNotExists, false, "EventName")); 891validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_InvalidEventPropertyName, paramName)), ErrorNumbers.Error_FieldNotExists, false, "ParameterBindings")); 893validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_InvalidMethodPropertyName, paramName)), ErrorNumbers.Error_FieldNotExists, false, "ParameterBindings"));
LocalService\ExternalDataExchangeService.cs (1)
308throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_ServiceMissingExternalDataExchangeInterface)));
LocalService\MethodMessage.cs (2)
262throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_WorkflowInstanceDehydratedBeforeSendingResponse))); 275throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_WorkflowInstanceDehydratedBeforeSendingResponse)));
SR.cs (1)
115return String.Format(CultureInfo.CurrentCulture, res, args);
System.Workflow.ComponentModel (25)
AuthoringOM\Activity.cs (2)
1602+ string.Format(CultureInfo.CurrentCulture, " In instance {0} in activity {1}\n", new object[] { this.WorkflowInstanceId, string.Empty }) 1603+ string.Format(CultureInfo.CurrentCulture, "Inner exception: {0}", new object[] { exception });
AuthoringOM\Behaviors\ExceptionHandlers.cs (1)
192validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_ScopeDuplicateFaultHandlerActivityFor), new object[] { Helpers.GetEnclosingActivity(exceptionHandlers).GetType().Name, catchType.FullName }), ErrorNumbers.Error_ScopeDuplicateFaultHandlerActivityFor));
AuthoringOM\Compiler\CompileXomlTask.cs (1)
644workflowErrorLogger.LogMessage(string.Format(CultureInfo.CurrentCulture, "\nCompile complete -- {0} errors, {1} warnings \n", new object[] { errorCount, warningCount }));
AuthoringOM\Compiler\Configuration.cs (1)
134this.regex = new Regex(MakeRegex(string.Format(CultureInfo.InvariantCulture, "{0}.{1}, {2}", new object[] { this.namespaceName, this.typeName, this.assemblyName })), RegexOptions.Compiled);
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
931typeName.Append(string.Format(CultureInfo.InvariantCulture, "`{0}", new object[] { codeTypeReference.TypeArguments.Count }));
AuthoringOM\Compiler\TypeSystem\TypeProvider.cs (1)
1046return String.Format(CultureInfo.CurrentCulture, res, args);
AuthoringOM\Compiler\XomlCompilerError.cs (2)
99return string.Format(CultureInfo.CurrentCulture, "{0} : {1} {2}: {3}", new object[] { FileName, IsWarning ? "warning" : "error", ErrorNumber, ErrorText }); 101return string.Format(CultureInfo.CurrentCulture, "{0}({1},{2}) : {3} {4}: {5}", new object[] { FileName, this.incrementLineAndColumn ? Line + 1 : Line, this.incrementLineAndColumn ? Column + 1 : Column, IsWarning ? "warning" : "error", ErrorNumber, ErrorText });
AuthoringOM\ComponentFactoryHelpers.cs (1)
222message = string.Format(CultureInfo.CurrentCulture, resourceManager.GetString("Error_CantCreateInstanceOfComponent"), new object[] { typeName, message });
AuthoringOM\Design\DesignerResources.cs (2)
237System.Diagnostics.Debug.Assert(str != null, string.Format(culture, "String resource {0} not found.", new object[] { resID })); 239str = string.Format(culture, str, args);
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
727errorMessage = string.Format(CultureInfo.CurrentCulture, errorMessage, new object[] { fileDialog.FileName });
AuthoringOM\Design\IdentifierCreationService.cs (2)
169finalIdentifier = string.Format(CultureInfo.InvariantCulture, "{0}{1}", new object[] { baseIdentifier, ++index }); 175finalIdentifier = string.Format(CultureInfo.InvariantCulture, "{0}{1}", new object[] { baseIdentifier, ++index });
AuthoringOM\Design\ReferenceService.cs (2)
57CreateReferences(string.Format(CultureInfo.InvariantCulture, "{0}.{1}", new object[] { trailingName, property.Name }), property.GetValue(reference), sitedComponent); 356this.fullName = string.Format(CultureInfo.InvariantCulture, "{0}{1}", new object[] { this.sitedComponent.Site.Name, this.trailingName });
AuthoringOM\SR.cs (6)
22System.Diagnostics.Debug.Assert(DescriptionValue != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { description })); 48System.Diagnostics.Debug.Assert(localizedString != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { value })); 70System.Diagnostics.Debug.Assert(DisplayNameValue != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { name })); 114System.Diagnostics.Debug.Assert(res != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { name })); 117return string.Format(CultureInfo.CurrentCulture, res, args); 136System.Diagnostics.Debug.Assert(res != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { name }));
Shared\XomlSerializationHelpers.cs (2)
119serializationManager.ReportError(new WorkflowMarkupSerializationException(string.Format(CultureInfo.CurrentCulture, resourceManager.GetString("UnknownDefinitionTag"), new object[] { StandardXomlKeys.Definitions_XmlNs_Prefix, reader.LocalName, StandardXomlKeys.Definitions_XmlNs }), (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LineNumber : 1, (reader is IXmlLineInfo) ? ((IXmlLineInfo)reader).LinePosition : 1)); 288string checksum = string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}{14}{15}", new object[] { checksumBytes[0].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[1].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[2].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[3].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[4].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[5].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[6].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[7].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[8].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[9].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[10].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[11].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[12].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[13].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[14].ToString("X2", CultureInfo.InvariantCulture), checksumBytes[15].ToString("X2", CultureInfo.InvariantCulture) });
System.Workflow.Runtime (12)
DebugEngine\DebugController.cs (5)
364Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugController.Detach():")); 434Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugController.AttachTimerCallback():")); 462Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugController.OnDomainUnload():")); 597Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugController.ServiceContainerStarted():")); 619Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugController.ServiceContainerStopped():"));
DebugEngine\DebugControllerThread.cs (5)
40Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugControllerThread.DebugControllerThread():")); 51Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugControllerThread.StopThread():")); 94Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugControllerThread.ControllerThreadFunction():")); 174Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugControllerThread.ExpressionEvaluationFunction(): ThreadAbortException")); 181Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "WDE: DebugControllerThread.ExpressionEvaluationFunction(): other exception"));
parent\Common\Shared\DigestComparer.cs (1)
37return string.Format(CultureInfo.InvariantCulture, "{0}{1}{2}{3}{4}{5}{6}{7}{8}{9}{10}{11}{12}{13}{14}{15}", md5Digest[0].ToString("X2", CultureInfo.InvariantCulture), md5Digest[1].ToString("X2", CultureInfo.InvariantCulture), md5Digest[2].ToString("X2", CultureInfo.InvariantCulture), md5Digest[3].ToString("X2", CultureInfo.InvariantCulture), md5Digest[4].ToString("X2", CultureInfo.InvariantCulture), md5Digest[5].ToString("X2", CultureInfo.InvariantCulture), md5Digest[6].ToString("X2", CultureInfo.InvariantCulture), md5Digest[7].ToString("X2", CultureInfo.InvariantCulture), md5Digest[8].ToString("X2", CultureInfo.InvariantCulture), md5Digest[9].ToString("X2", CultureInfo.InvariantCulture), md5Digest[10].ToString("X2", CultureInfo.InvariantCulture), md5Digest[11].ToString("X2", CultureInfo.InvariantCulture), md5Digest[12].ToString("X2", CultureInfo.InvariantCulture), md5Digest[13].ToString("X2", CultureInfo.InvariantCulture), md5Digest[14].ToString("X2", CultureInfo.InvariantCulture), md5Digest[15].ToString("X2", CultureInfo.InvariantCulture));
Tracking\TrackingProfileSerializer.cs (1)
895version = string.Format(NumberFormatInfo.InvariantInfo, "{0}.{1}.{2}.{3}", profile.Version.Major, profile.Version.Minor, profile.Version.Build, profile.Version.Revision);
System.WorkflowServices (3)
SR.cs (3)
44Fx.Assert(DescriptionValue != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { description })); 73Fx.Assert(localizedString != null, string.Format(CultureInfo.CurrentCulture, "String resource {0} not found.", new object[] { value })); 97return string.Format(culture, name, args);
System.Xml (4)
System\Xml\Core\CharEntityEncoderFallback.cs (2)
91charEntity = string.Format( CultureInfo.InvariantCulture, "&#x{0:X};", new object[] { (int)charUnknown } ); 115charEntity = string.Format( CultureInfo.InvariantCulture, "&#x{0:X};", new object[] { SurrogateCharToUtf32( charUnknownHigh, charUnknownLow ) } );
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3419writer.Write(String.Format(CultureInfo.InvariantCulture, helperClassesForUseReflection,
System\Xml\Xslt\XsltException.cs (1)
125message = string.Format(CultureInfo.InvariantCulture, message, args);
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\EventManager.cs (1)
133System.Diagnostics.Debug.WriteLine(string.Format(CultureInfo.CurrentCulture, "Unexpected idProp {0} for idOject 0x{1:x8} on element {2} for event {3}", idProp, idObject, el, eventId));
WindowsBase (6)
Base\MS\Internal\AvTraceFormat.cs (1)
20_message = string.Format(System.Globalization.CultureInfo.InvariantCulture, details.Labels[0], args);
Base\System\Windows\Generated\Int32Rect.cs (1)
392return String.Format(provider,
Base\System\Windows\Generated\Rect.cs (1)
326return String.Format(provider,
Base\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1482throw new XmlException(string.Format(CultureInfo.InvariantCulture, message, args), null, info == null ? 1 : info.LineNumber,
Base\System\Windows\Media\Generated\Matrix.cs (1)
342return String.Format(provider,
Shared\MS\Win32\NativeMethodsCLR.cs (1)
75return String.Format(System.Globalization.CultureInfo.CurrentCulture,"[{0}, {1}, {2}, {3}, {4}, {5}]", this.eM11, this.eM12, this.eM21, this.eM22, this.eDx, this.eDy );
WsatUI (1)
Configuration\ETWWsatTraceSession.cs (1)
201string timeStamp = String.Format(System.Globalization.CultureInfo.InvariantCulture,
XamlBuildTask (2)
Microsoft\Build\Tasks\Xaml\ClassImporter.cs (1)
238string namespaceName = string.Format(CultureInfo.InvariantCulture, "{0}{1};{2}{3}", XamlBuildTaskServices.ClrNamespaceUriNamespacePart, @namespace, XamlBuildTaskServices.ClrNamespaceUriAssemblyPart, this.localAssemblyName);
Microsoft\Build\Tasks\Xaml\XamlValidatingReader.cs (1)
108message : string.Format(CultureInfo.InvariantCulture, message, args);