4 references to m_attributes
mscorlib (4)
system\cfgparser.cs (4)
532get {return m_attributes;} 543m_attributes.Add(new DictionaryEntry(key, value)); 544return m_attributes.Count-1; 549m_attributes[index] = new DictionaryEntry(key, value);