7 writes to _statisticsIsInTransaction
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
2098_statisticsIsInTransaction = true; 2138_statisticsIsInTransaction = false; 2847_statisticsIsInTransaction = true; 2855_statisticsIsInTransaction = false; 2859_statisticsIsInTransaction = false; 2866_statisticsIsInTransaction = true; 2871_statisticsIsInTransaction = false;
4 references to _statisticsIsInTransaction
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
2095if (null != _statistics && !_statisticsIsInTransaction) { 2832if (!_statisticsIsInTransaction) { 2844if (!_statisticsIsInTransaction) { 11449_statisticsIsInTransaction,