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