5 references to None
System.Configuration.ConfigurationManager (4)
System\Diagnostics\ListenerElementsCollection.cs (4)
83private static readonly ConfigurationProperty s_propOutputOpts = new("traceOutputOptions", typeof(TraceOptions), TraceOptions.None, ConfigurationPropertyOptions.None); 127[ConfigurationProperty("traceOutputOptions", DefaultValue = (TraceOptions)TraceOptions.None)] 186if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData)) 312if (_attributes != null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
System.Diagnostics.TraceSource (1)
System\Diagnostics\TraceListener.cs (1)
22private TraceOptions _traceOptions = TraceOptions.None;