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)
356
return
_statistics
;
2095
if (null !=
_statistics
&& !_statisticsIsInTransaction) {
2096
_statistics
.SafeIncrement(ref
_statistics
._transactions);
2246
if (
_statistics
!= null) {
2247
_statistics
.WaitForDoneAfterRow = true;
2813
if (null !=
_statistics
) {
2815
if (
_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);
11448
null ==
_statistics
,