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