7 references to Trace
System.Data.Common (7)
System\Data\Common\DataCommonEventSource.cs (6)
31Trace(string.Format(format, arg0)); 38Trace(string.Format(format, arg0, arg1)); 45Trace(string.Format(format, arg0, arg1, arg2)); 52Trace(string.Format(format, arg0, arg1, arg2, arg3)); 59Trace(string.Format(format, arg0, arg1, arg2, arg3, arg4)); 66Trace(string.Format(format, arg0, arg1, arg2, arg3, arg4, arg5, arg6));
System\Data\Common\DbConnectionStringBuilder.cs (1)
283DataCommonEventSource.Log.Trace("<comm.DbConnectionStringBuilder.Clear|API>");