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