18 references to ToString
illink (1)
Microsoft.Build (1)
CanonicalError.cs (1)
323parsedMessage.code = "G" + explodedText[0].GetHashCode().ToString("X8");
Microsoft.Build.Tasks.Core (1)
CanonicalError.cs (1)
323parsedMessage.code = "G" + explodedText[0].GetHashCode().ToString("X8");
Microsoft.Build.Utilities.Core (1)
CanonicalError.cs (1)
323parsedMessage.code = "G" + explodedText[0].GetHashCode().ToString("X8");
Microsoft.DotNet.Build.Tasks.Installers (2)
src\GenerateCurrentVersion.cs (2)
141return string.Format("{0}{1}", months.ToString("D" + (Padding - 2)), seedDate.Day.ToString("D2"));
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\Conversion.vb (1)
265Return Number.ToString("X")
MonoTargetsTasks (1)
EmitBundleTask\EmitBundleBase.cs (1)
262string byteAsHex = i.ToString("x2");
PresentationFramework (3)
System\Windows\Documents\TextStore.cs (3)
252"hr:", hrSession.ToString("X"), 297"hr:", hrSession.ToString("X")); 2431IMECompositionTracer.Trace(this, IMECompositionTraceOp.EGrantLockWorker, hrSession.ToString("X"));
StringTools.Benchmark (2)
SpanBasedStringBuilder_Benchmark.cs (2)
70sbsb.Append(_uniqueStringCounter++.ToString("X8")); 83sb.Append(_uniqueStringCounter++.ToString("X8"));
System.Diagnostics.DiagnosticSource (1)
System\Diagnostics\Activity.cs (1)
1297string overflowSuffix = ((int)GetRandomNumber()).ToString("x8");
System.Net.Http (4)
System\Net\Http\HttpProtocolException.cs (4)
41string message = SR.Format(SR.net_http_http2_stream_error, GetName(protocolError), ((int)protocolError).ToString("x")); 47message = SR.Format(message ?? SR.net_http_http2_connection_error, GetName(protocolError), ((int)protocolError).ToString("x")); 53string message = SR.Format(SR.net_http_http3_stream_error, GetName(protocolError), ((int)protocolError).ToString("x")); 59message = SR.Format(message ?? SR.net_http_http3_connection_error, GetName(protocolError), ((int)protocolError).ToString("x"));