13 references to Format
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
134DocumentsTrace.FixedTextOM.TextView.Trace(string.Format("GetTextPositionFromPoint P{0}, STT={1}, CP={2}", point, snapToText, pos == null ? "null" : ((FixedTextPointer)pos).ToString()));
src\Framework\System\Windows\SystemResources.cs (1)
965string packUri = string.Format("pack://application:,,,/{0};v{1};component/{2}", asemblyName.Name, asemblyName.Version.ToString(), resourceName);
src\Shared\MS\Internal\WindowsRuntime\ReflectionHelper.cs (1)
337string constructorName = string.Format("{0}.{1}({2})", type.FullName, type.Name, typeof(TArg1).Name);
System (2)
net\System\Net\_SSPIWrapper.cs (2)
101currentIdentityKey = string.Format("{0}_{1}_{2}", package, intent.ToString(), WindowsIdentity.GetCurrent().Name); 115currentIdentityKey = string.Format("{0}_{1}_{2}", package, intent.ToString(), WindowsIdentity.GetCurrent().Name);
System.Data (3)
fx\src\data\Microsoft\SqlServer\Server\ValueUtilsSmi.cs (2)
3031Debug.Assert(bufferOffset >= 0 && length >= 0 && bufferOffset + length <= buffer.Length, string.Format("Bad offset or length. bufferOffset: {0}, length: {1}, buffer.Length{2}", bufferOffset, length, buffer.Length)); 3067Debug.Assert(bufferOffset >= 0 && length >= 0 && bufferOffset + length <= buffer.Length, string.Format("Bad offset or length. bufferOffset: {0}, length: {1}, buffer.Length{2}", bufferOffset, length, buffer.Length));
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (1)
3460Debug.Assert(!_attentionReceived && !_attentionSent && !_attentionSending, string.Format("StateObj is still dealing with attention: Sent: {0}, Received: {1}, Sending: {2}", _attentionSent, _attentionReceived, _attentionSending));
System.Management (1)
Instrumentation\EventSource.cs (1)
66return String.Format("{{{0}}} - {1} - {2}", LogicalThreadId, ApartmentType, ThreadType);
System.Runtime.Serialization (2)
System\Xml\ValueHandle.cs (2)
702Fx.Assert(offset + count <= chars.Length, string.Format("offset '{0}' + count '{1}' MUST BE <= chars.Length '{2}'", offset, count, chars.Length)); 786string.Format("byteOffset {0} + actualByteCount {1} MUST BE < bytes.Length {2}", byteOffset, actualByteCount, bytes.Length));
System.ServiceModel (2)
System\ServiceModel\Channels\SecurityBindingElementImporter.cs (1)
226string contractAssociationName = String.Format("{0}:{1}:{2}", ContractProtectionLevelKey, policyContext.Contract.Name, policyContext.Contract.Namespace);
System\ServiceModel\Diagnostics\EndpointPerformanceCountersBase.cs (1)
83return String.Format("{0}.{1}@{2}", service, contract, uri);