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