4 references to TraceOutputOptions
System.Configuration.ConfigurationManager (4)
System\Diagnostics\ListenerElementsCollection.cs (4)
186
if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere ||
TraceOutputOptions
!= TraceOptions.None || !string.IsNullOrEmpty(InitData))
212
newListener.TraceOutputOptions =
TraceOutputOptions
;
312
if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere ||
TraceOutputOptions
!= TraceOptions.None || !string.IsNullOrEmpty(InitData))
343
listener.TraceOutputOptions =
TraceOutputOptions
;