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