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