4 references to
System (4)
compmod\system\diagnostics\BooleanSwitch.cs (1)
31
:
base
(displayName, description, defaultSwitchValue) { }
compmod\system\diagnostics\SourceSwitch.cs (1)
19
:
base
(displayName, String.Empty, defaultSwitchValue) { }
compmod\system\diagnostics\Switch.cs (1)
47
protected Switch(string displayName, string description) :
this
(displayName, description, "0") {
compmod\system\diagnostics\TraceSwitch.cs (1)
31
:
base
(displayName, description, defaultSwitchValue) { }