Base:
method
ToString
System.ValueType.ToString()
15 references to ToString
System (13)
net\System\Net\_ConnectStream.cs (7)
698
GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::ResubmitWrite", BytesLeftToWrite.
ToString
());
709
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::EnableWriteBuffering() Write() creating ScatterGatherBuffers WriteChunked:" + WriteChunked.ToString() + " BytesLeftToWrite:" + BytesLeftToWrite.
ToString
());
2639
GlobalLog.Leave("ConnectStream#" + ValidationHelper.HashString(this) + "::CloseInternal() BytesLeftToWrite:" + BytesLeftToWrite.
ToString
() + " throwing not enough bytes written");
2832
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::DrainSocket() m_ReadBytes:" + m_ReadBytes.
ToString
() + " m_ReadBufferSize:" + m_ReadBufferSize.ToString());
2841
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::DrainSocket() m_ReadBytes:" + m_ReadBytes.
ToString
() + " m_ReadOffset:" + m_ReadOffset.ToString());
2856
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::DrainSocket() m_ReadBytes:" + m_ReadBytes.
ToString
() + " incorrect Content-Length? setting m_ReadBytes to 0 and returning false.");
2898
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(this) + "::DrainSocket() m_ReadBytes:" + m_ReadBytes.
ToString
() + " Closing the Connection");
net\System\Net\DNS.cs (2)
137
GlobalLog.Print("currentArrayElement: " + ((long)currentArrayElement).
ToString
() + "nativePointer: " + ((long)nativePointer).
ToString
());
net\System\Net\FtpWebResponse.cs (1)
37
GlobalLog.Print("FtpWebResponse#" + ValidationHelper.HashString(this) + "::.ctor(" + contentLength.
ToString
() + ","+ statusLine+ ")");
net\System\Net\HttpListenerRequest.cs (1)
182
GlobalLog.Print("ListenerClientCertAsyncResult#" + ValidationHelper.HashString(asyncResult) + "::WaitCallback() errorCode:[" + errorCode.ToString() + "] numBytes:[" + numBytes.ToString() + "] nativeOverlapped:[" + ((long)nativeOverlapped).
ToString
() + "]");
net\System\Net\HttpWebRequest.cs (2)
1210
GlobalLog.Print("HttpWebRequest#" + ValidationHelper.HashString(this) + "::SwitchToContentLength() ContentLength was:" + oldContentLength + " now:" + _ContentLength.
ToString
() + " returning:" + returnValue);
3426
GlobalLog.Print("ConnectStream#" + ValidationHelper.HashString(stream) + "::WriteHeaders completed:true BytesLeftToWrite:" + stream.BytesLeftToWrite.
ToString
());
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelFactory.cs (1)
191
this.uniqueConnectionGroupNamePrefix = Interlocked.Increment(ref connectionGroupNamePrefix).
ToString
();
System.Web (1)
Hosting\ApplicationManager.cs (1)
1712
return id + "-" + domainCount.ToString(NumberFormatInfo.InvariantInfo) + "-" + DateTime.UtcNow.ToFileTime().
ToString
();