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