3 references to DateTime
Microsoft.VisualBasic.Tests (1)
Microsoft\VisualBasic\Logging\FileLogTraceListenerTests.cs (1)
41
listener.TraceOutputOptions = TraceOptions.LogicalOperationStack | TraceOptions.
DateTime
| TraceOptions.Timestamp | TraceOptions.ProcessId | TraceOptions.ThreadId;
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\DelimitedListTraceListener.cs (1)
189
if (IsEnabled(TraceOptions.
DateTime
))
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
424
if (IsEnabled(TraceOptions.
DateTime
))