2 writes to attributes
System (2)
compmod\system\diagnostics\Switch.cs (2)
92
attributes
= new StringDictionary();
212
attributes
= new StringDictionary();
3 references to attributes
System (3)
compmod\system\diagnostics\Switch.cs (3)
91
if (
attributes
== null)
93
return
attributes
;
213
attributes
.ReplaceHashtable(mySettings.Attributes);