2 writes to strName
mscorlib (2)
system\diagnostics\logswitch.cs (2)
46strName = name; 65strName = name;
5 references to strName
mscorlib (5)
system\diagnostics\log.cs (1)
155Debugger.Log ((int) level, logswitch.strName, message);
system\diagnostics\logswitch.cs (4)
52Log.m_Hashtable.Add (strName, this); 71Log.m_Hashtable.Add (strName, this); 82get { return strName;} 113Log.ModifyLogSwitch ((int)iLevel, strName, strParentName);