Base:
method
ToString
System.ValueType.ToString()
13 references to ToString
PresentationCore (3)
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (3)
370ISFDebugTrace("Decoded Stream Size in Bytes: " + remainingBytesInStream.ToString()); 801ISFDebugTrace(" Size = " + bytesDecodedInCurrentTag.ToString()); 2093ISFDebugTrace("Saved KnownTagCache.KnownTagIndex.StrokeIds size=" + cbWrote.ToString());
System (10)
net\System\Net\_ListenerAsyncResult.cs (3)
37GlobalLog.Print("ListenerAsyncResult#" + ValidationHelper.HashString(asyncResult) + "::WaitCallback() errorCode:[" + errorCode.ToString() + "] numBytes:[" + numBytes.ToString() + "]"); 122GlobalLog.Print("ListenerAsyncResult#" + ValidationHelper.HashString(this) + "::QueueBeginGetContext() calling UnsafeNclNativeMethods.HttpApi.HttpReceiveHttpRequest RequestId:" + m_RequestContext.RequestBlob->RequestId + " Buffer:0x" + ((IntPtr) m_RequestContext.RequestBlob).ToString("x") + " Size:" + m_RequestContext.Size.ToString());
net\System\Net\HttpListenerRequest.cs (2)
182GlobalLog.Print("ListenerClientCertAsyncResult#" + ValidationHelper.HashString(asyncResult) + "::WaitCallback() errorCode:[" + errorCode.ToString() + "] numBytes:[" + numBytes.ToString() + "] nativeOverlapped:[" + ((long)nativeOverlapped).ToString() + "]");
net\System\Net\Internal.cs (1)
2026GlobalLog.Leave("PolicyWrapper::VerifyChainPolicy", status.dwError.ToString());
net\System\Net\mail\SmtpDateTime.cs (2)
455output += hours.ToString(); 462output += minutes.ToString();
net\System\Net\Sockets\_BaseOverlappedAsyncResult.cs (2)
330" errorCode:" + errorCode.ToString() + 331" numBytes:" + numBytes.ToString() +