2 writes to _attributes
System.Configuration.ConfigurationManager (2)
System\Diagnostics\ListenerElementsCollection.cs (2)
109
public StringDictionary Attributes =>
_attributes
??= new StringDictionary();
283
_attributes
= le._attributes;
10 references to _attributes
System.Configuration.ConfigurationManager (10)
System\Diagnostics\ListenerElementsCollection.cs (10)
186
if (
_attributes
!= null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))
249
if (
_attributes
!= null)
251
IDictionaryEnumerator e = (IDictionaryEnumerator)
_attributes
.GetEnumerator();
269
DataToWrite = DataToWrite || ((
_attributes
!= null) && (
_attributes
.Count > 0));
281
if ((le != null) && (le.
_attributes
!= null))
283
_attributes = le.
_attributes
;
290
if (
_attributes
!= null)
292
_attributes
.Clear();
312
if (
_attributes
!= null || ElementInformation.Properties[s_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !string.IsNullOrEmpty(InitData))