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)
107ht.Add("Transactions", _transactions);