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