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