3 references to Callstack
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)
430if (IsEnabled(TraceOptions.Callstack))