6 references to StatisticsEnabled
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlBulkCopy.cs (1)
405if(_connection.StatisticsEnabled) {
fx\src\data\System\Data\SqlClient\SqlCommand.cs (1)
583if (_activeConnection.StatisticsEnabled) {
fx\src\data\System\Data\SqlClient\SqlConnection.cs (3)
1184if (StatisticsEnabled) { 1389if (StatisticsEnabled) { 1592if (StatisticsEnabled) {
fx\src\data\System\Data\SqlClient\SqlTransaction.cs (1)
102if (_connection.StatisticsEnabled) {