2 writes to _attributes
System (2)
compmod\system\diagnostics\ListenerElementsCollection.cs (2)
145_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase); 304this._attributes = le._attributes;
12 references to _attributes
System (12)
compmod\system\diagnostics\ListenerElementsCollection.cs (12)
144if (_attributes == null) 146return _attributes; 217if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData)) 276if (_attributes != null) { 277IDictionaryEnumerator e = _attributes.GetEnumerator(); 292DataToWrite = DataToWrite || ((_attributes != null) && (_attributes.Count > 0)); 303if ((le != null) && (le._attributes != null)) 304this._attributes = le._attributes; 310if (_attributes != null) { 311_attributes.Clear(); 328if (_attributes != null || ElementInformation.Properties[_propFilter.Name].ValueOrigin == PropertyValueOrigin.SetHere || TraceOutputOptions != TraceOptions.None || !String.IsNullOrEmpty(InitData))