14 references to TraceVerbose
System.Data.OleDb (10)
OleDbDataReader.cs (10)
580
if (AdapterSwitches.DataSchema.
TraceVerbose
)
1951
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2072
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2163
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2175
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2190
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2211
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2455
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2466
if (AdapterSwitches.DataSchema.
TraceVerbose
)
2477
if (AdapterSwitches.DataSchema.
TraceVerbose
)
System.Windows.Forms.Primitives (3)
System\Diagnostics\TraceSwitchExtensions.cs (3)
15
if (traceSwitch is not null && traceSwitch.
TraceVerbose
)
24
if (traceSwitch is not null && traceSwitch.
TraceVerbose
)
66
if (traceSwitch is not null && traceSwitch.
TraceVerbose
)
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
469
Debug.WriteLineIf(_traceHandle.
TraceVerbose
, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): BuildWindowCore (parent=0x{1:x8})", this.Name, hwndParent.Handle.ToInt32()));