5 references to Timestamp
System (2)
compmod\system\diagnostics\DelimitedListTraceListener.cs (1)
182
if (IsEnabled(TraceOptions.
Timestamp
))
compmod\system\diagnostics\TraceListener.cs (1)
438
if (IsEnabled(TraceOptions.
Timestamp
))
System.Core (2)
System\Diagnostics\EventSchemaTraceListener.cs (2)
406
if (eventCache != null && ((TraceOptions.LogicalOperationStack | TraceOptions.Callstack | TraceOptions.
Timestamp
) & opts) != 0) {
409
if ((TraceOptions.
Timestamp
& opts) != 0) {
System.Web (1)
IisTraceListener.cs (1)
168
if (IsEnabled(TraceOptions.
Timestamp
)) {