13 references to Callstack
System (3)
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
186if (IsEnabled(TraceOptions.Callstack))
compmod\system\diagnostics\TraceListener.cs (1)
441if (IsEnabled(TraceOptions.Callstack))
compmod\system\diagnostics\XmlWriterTraceListener.cs (1)
248bool writeCallstack = IsEnabled(TraceOptions.Callstack);
System.Core (9)
System\Diagnostics\Eventing\EventProviderTraceListener.cs (7)
203if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 264if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 293if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 322if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 353if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 368if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0) 419if ((eventCache != null) && (TraceOutputOptions & TraceOptions.Callstack) != 0)
System\Diagnostics\EventSchemaTraceListener.cs (2)
406if (eventCache != null && ((TraceOptions.LogicalOperationStack | TraceOptions.Callstack | TraceOptions.Timestamp) & opts) != 0) { 428if ((TraceOptions.Callstack & opts) != 0) {
System.Web (1)
IisTraceListener.cs (1)
173if (IsEnabled(TraceOptions.Callstack)) {