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