Base:
method
ToString
System.ValueType.ToString()
19 references to ToString
System (6)
net\System\Net\_ContextAwareResult.cs (1)
432
GlobalLog.Print("ContextAwareResult#" + ValidationHelper.HashString(this) + "::Complete() _Context(set):" + (_Context != null).ToString() + " userToken:" + userToken.
ToString
());
net\System\Net\_LazyAsyncResult.cs (1)
334
", userToken:" + userToken.
ToString
());
net\System\Net\DNS.cs (2)
109
GlobalLog.Print("currentArrayElement: " + currentArrayElement.
ToString
() + " nativePointer: " + nativePointer.
ToString
() + " IPAddressToAdd:" + IPAddressToAdd.ToString());
net\System\Net\Sockets\_AcceptOverlappedAsyncResult.cs (2)
90
GlobalLog.Print("AcceptOverlappedAsyncResult#" + ValidationHelper.HashString(this) + "::PostCallback() setsockopt handle:" + handle.
ToString
() + " AcceptSocket:" + ValidationHelper.HashString(m_AcceptSocket) + " itsHandle:" + m_AcceptSocket.SafeHandle.DangerousGetHandle().
ToString
() + " returns:" + errorCode.ToString());
System.Core (1)
System\IO\Pipes\Pipe.cs (1)
151
return m_clientHandle.DangerousGetHandle().
ToString
();
System.Web (1)
HttpApplication.cs (1)
1763
Debug.Trace("PipelineRuntime", "InitSpecial for " + appContext.
ToString
() + "\n");
System.Web.Services (1)
System\Web\Services\Protocols\ServerProtocol.cs (1)
209
string typeHandleString = serverType.TypeHandle.Value.
ToString
();
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Application.cs (1)
4300
Debug.WriteLineIf(CompModSwitches.MSOComponentManager.TraceInfo, "ComponentManager : Changing enabled on window: " + hWnd.
ToString
() + " : " + state.ToString());
winforms\Managed\System\WinForms\AxHost.cs (1)
3598
Debug.WriteLineIf(AxHTraceSwitch.TraceVerbose, "attaching window for "+this.ToString()+" "+hwnd.
ToString
());
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2TypeInfoProcessor.cs (1)
841
enumName = pTypeInfoUnk.
ToString
() + "_" + enumName;
winforms\Managed\System\WinForms\Control.cs (4)
11244
Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "Registering as drop target: " + Handle.
ToString
());
11253
Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "Revoking drop target: " + Handle.
ToString
());
13030
Debug.WriteLineIf(CompModSwitches.MSAA.TraceInfo, "In WmGetObject, this = " + this.GetType().FullName + ", lParam = " + m.LParam.
ToString
());
13111
Debug.WriteLineIf(CompModSwitches.MSAA.TraceInfo, "LresultFromObject returned " + m.Result.
ToString
());
winforms\Managed\System\WinForms\NativeMethods.cs (1)
5447
return "LVGROUP: header = " + pszHeader.
ToString
() + ", iGroupId = " + iGroupId.ToString(CultureInfo.InvariantCulture);
winforms\Managed\System\WinForms\ToolStripDropTargetManager.cs (2)
258
Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "Registering as drop target: " + owner.Handle.
ToString
());
273
Debug.WriteLineIf(CompModSwitches.DragDrop.TraceInfo, "Revoking drop target: " + owner.Handle.
ToString
());