2 writes to _iduRows
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
157
_iduRows
= 0;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
2831
_statistics.SafeAdd(ref _statistics.
_iduRows
, count);
1 reference to _iduRows
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
100
ht.Add("IduRows",
_iduRows
);