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