1 write to m_Hashtable
mscorlib (1)
system\diagnostics\log.cs (1)
64m_Hashtable = new Hashtable();
3 references to m_Hashtable
mscorlib (3)
system\diagnostics\logswitch.cs (3)
52Log.m_Hashtable.Add (strName, this); 71Log.m_Hashtable.Add (strName, this); 141return (LogSwitch)Log.m_Hashtable[name];