6 references to None
System (5)
compmod\system\diagnostics\ListenerElementsCollection.cs (4)
116private static readonly ConfigurationProperty _propOutputOpts = new ConfigurationProperty("traceOutputOptions", typeof(TraceOptions), TraceOptions.None, ConfigurationPropertyOptions.None); 167[ConfigurationProperty("traceOutputOptions", DefaultValue = (TraceOptions) TraceOptions.None)] 217if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData)) 328if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData))
compmod\system\diagnostics\TraceListener.cs (1)
29TraceOptions traceOptions = TraceOptions.None;
System.Web (1)
IisTraceListener.cs (1)
133if (eventCache == null || TraceOutputOptions == TraceOptions.None) {