Base:
method
ToString
System.Object.ToString()
16 references to ToString
mscorlib (2)
system\bcldebug.cs (1)
342System.Diagnostics.Log.LogMessage(LoggingLevels.TraceLevel0, logSwitch, trace.ToString());
system\diagnostics\stacktrace.cs (1)
778return st.ToString();
SMDiagnostics (1)
System\ServiceModel\Diagnostics\ExceptionUtility.cs (1)
82stackTrace = new StackTrace().ToString();
System (1)
compmod\system\diagnostics\DefaultTraceListener.cs (1)
98stackTrace = stack.ToString();
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (2)
76stackTrace = new StackTrace().ToString(); 89stackTrace = new StackTrace().ToString();
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ErrorReporting.cs (2)
76stackTrace = new StackTrace().ToString(); 89stackTrace = new StackTrace().ToString();
System.ServiceModel.Internals (2)
System\Runtime\Diagnostics\DiagnosticTraceBase.cs (1)
427retval = stackTrace.ToString();
System\Runtime\ExceptionTrace.cs (1)
344stackTrace = new StackTrace().ToString();
System.Transactions (1)
System\Transactions\Trace\DiagnosticTrace.cs (1)
750retval = stackTrace.ToString();
System.Web (3)
Management\WebEvents.cs (1)
2148_stackTrace = new StackTrace(exception, true).ToString();
Util\AppVerifier.cs (2)
756string[] traceLines = fullStackTrace.ToString().Split(new string[] { Environment.NewLine }, StringSplitOptions.None); 771return fullStackTrace.ToString();
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (1)
2191Debug.WriteLineIf((DropDownActivateDebug.TraceVerbose && ActiveDropDowns.Count > 0), "Dismiss children called - COUNT " + ActiveDropDowns.Count + " \r\n" + new StackTrace().ToString());
System.Workflow.Runtime (1)
WorkflowExecutor.cs (1)
2786WorkflowTrace.Runtime.TraceEvent(TraceEventType.Information, 0, "Workflow Runtime: WorkflowExecutor: InstanceId: {0} : {1} stack trace: {2}", this.InstanceIdString, reason, st.ToString());