2 writes to _selectRows
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
162
_selectRows
= 0;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2840
_statistics.SafeAdd(ref _statistics.
_selectRows
, count);
1 reference to _selectRows
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
104
ht.Add("SelectRows",
_selectRows
);