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