1 write to _statistics
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
359_statistics = value;
26 references to _statistics
System.Data (26)
fx\src\data\System\Data\SqlClient\TdsParser.cs (26)
356return _statistics; 2095if (null != _statistics && !_statisticsIsInTransaction) { 2096_statistics.SafeIncrement(ref _statistics._transactions); 2246if (_statistics != null) { 2247_statistics.WaitForDoneAfterRow = true; 2813if (null != _statistics) { 2815if (_statistics.WaitForDoneAfterRow) { 2816_statistics.SafeIncrement(ref _statistics._sumResultSets); 2817_statistics.WaitForDoneAfterRow = false; 2830_statistics.SafeIncrement(ref _statistics._iduCount); 2831_statistics.SafeAdd(ref _statistics._iduRows, count); 2833_statistics.SafeIncrement(ref _statistics._transactions); 2839_statistics.SafeIncrement(ref _statistics._selectCount); 2840_statistics.SafeAdd(ref _statistics._selectRows, count); 2845_statistics.SafeIncrement(ref _statistics._transactions); 2851_statistics.SafeIncrement(ref _statistics._cursorOpens); 11448null == _statistics,