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