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