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