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