5 references to Callstack
Microsoft.VisualBasic.Forms (2)
Microsoft\VisualBasic\Logging\FileLogTraceListener.vb (2)
891If (TraceOutputOptions And TraceOptions.Callstack) = TraceOptions.Callstack Then
System.Diagnostics.TextWriterTraceListener (2)
System\Diagnostics\DelimitedListTraceListener.cs (1)
197if (IsEnabled(TraceOptions.Callstack))
System\Diagnostics\XmlWriterTraceListener.cs (1)
292bool writeCallstack = IsEnabled(TraceOptions.Callstack);
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
429if (IsEnabled(TraceOptions.Callstack))