2 writes to _attributes
System (2)
compmod\system\diagnostics\SourceElementsCollection.cs (2)
68_attributes = new Hashtable(StringComparer.OrdinalIgnoreCase); 168this._attributes = le._attributes;
10 references to _attributes
System (10)
compmod\system\diagnostics\SourceElementsCollection.cs (10)
67if (_attributes == null) 69return _attributes; 140if (_attributes != null) { 141IDictionaryEnumerator e = _attributes.GetEnumerator(); 156DataToWrite = DataToWrite || ((_attributes != null) && (_attributes.Count > 0)); 167if ((le != null) && (le._attributes != null)) 168this._attributes = le._attributes; 174if (_attributes != null) { 175_attributes.Clear();