5 writes to attributes
System (5)
compmod\system\diagnostics\TraceSource.cs (5)
94
attributes
= new StringDictionary();
113
attributes
= null;
224
attributes
= new StringDictionary();
233
attributes
= null;
479
attributes
= new StringDictionary();
4 references to attributes
System (4)
compmod\system\diagnostics\TraceSource.cs (4)
96
attributes
.ReplaceHashtable(sourceElement.Attributes);
225
attributes
.ReplaceHashtable(sourceElement.Attributes);
478
if (
attributes
== null)
481
return
attributes
;