4 references to Log
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommand.cs (4)
6351if (SqlEventSource.Log.IsEnabled() && Connection != null) 6354SqlEventSource.Log.BeginExecute(GetHashCode(), Connection.DataSource, Connection.Database, commandText); 6366if (SqlEventSource.Log.IsEnabled()) 6382SqlEventSource.Log.EndExecute(GetHashCode(), compositeState, sqlExceptionNumber.GetValueOrDefault());