2 writes to _attributes
System (2)
compmod\system\diagnostics\SwitchElementsCollection.cs (2)
52_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase); 123this._attributes = le._attributes;
10 references to _attributes
System (10)
compmod\system\diagnostics\SwitchElementsCollection.cs (10)
51if (_attributes == null) 53return _attributes; 95if (_attributes != null) { 96IDictionaryEnumerator e = _attributes.GetEnumerator(); 111DataToWrite = DataToWrite || ((_attributes != null) && (_attributes.Count > 0)); 122if ((le != null) && (le._attributes != null)) 123this._attributes = le._attributes; 129if (_attributes != null) { 130_attributes.Clear();