2 writes to TraceOutputOptions
System.Configuration.ConfigurationManager (2)
System\Diagnostics\ListenerElementsCollection.cs (2)
212
newListener.
TraceOutputOptions
= TraceOutputOptions;
343
listener.
TraceOutputOptions
= TraceOutputOptions;
2 references to TraceOutputOptions
System.Diagnostics.TextWriterTraceListener (1)
System\Diagnostics\TextWriterTraceListener.cs (1)
267
internal bool IsEnabled(TraceOptions opts) => (opts &
TraceOutputOptions
) != 0;
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
437
return (opts &
TraceOutputOptions
) != 0;