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