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