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