4 writes to _transactions
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
165
_transactions
= 0;
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
2096
_statistics.SafeIncrement(ref _statistics.
_transactions
);
2833
_statistics.SafeIncrement(ref _statistics.
_transactions
);
2845
_statistics.SafeIncrement(ref _statistics.
_transactions
);
1 reference to _transactions
System.Data (1)
fx\src\data\System\Data\SqlClient\SqlStatistics.cs (1)
107
ht.Add("Transactions",
_transactions
);