2 writes to attributes
System (2)
compmod\system\diagnostics\TraceListener.cs (2)
54
attributes
= new StringDictionary();
172
attributes
= new StringDictionary();
3 references to attributes
System (3)
compmod\system\diagnostics\TraceListener.cs (3)
53
if (
attributes
== null)
55
return
attributes
;
173
attributes
.ReplaceHashtable(attribs);