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)
104ht.Add("SelectRows", _selectRows);