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