9 references to Level
System.Data.OleDb (1)
System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
197
if (TraceLevel.Verbose == perfCtrSwitch.
Level
)
System.Diagnostics.TraceSource (8)
System\Diagnostics\TraceSwitch.cs (8)
47
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
51
public bool TraceError =>
Level
>= TraceLevel.Error;
55
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
58
public bool TraceWarning =>
Level
>= TraceLevel.Warning;
62
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
65
public bool TraceInfo =>
Level
>= TraceLevel.Info;
69
/// indicating whether the <see cref='System.Diagnostics.TraceSwitch.
Level
'/> is set to
72
public bool TraceVerbose =>
Level
== TraceLevel.Verbose;