4 references to TraceOutputOptions
System (4)
compmod\system\diagnostics\ListenerElementsCollection.cs (4)
217if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData)) 237newListener.TraceOutputOptions = TraceOutputOptions; 328if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData)) 351listener.TraceOutputOptions = TraceOutputOptions;