4 references to
System.Diagnostics.TraceSource (4)
System\Diagnostics\BooleanSwitch.cs (1)
26: base(displayName, description, defaultSwitchValue)
System\Diagnostics\SourceSwitch.cs (1)
14: base(displayName, string.Empty, defaultSwitchValue)
System\Diagnostics\Switch.cs (1)
52protected Switch(string displayName, string? description) : this(displayName, description, "0")
System\Diagnostics\TraceSwitch.cs (1)
23: base(displayName, description, defaultSwitchValue)