5 writes to Statistics
System.Data (5)
fx\src\data\System\Data\SqlClient\SqlConnection.cs (4)
410Parser.Statistics = _statistics; 421parser.Statistics = null; 1594tdsInnerConnection.Parser.Statistics = _statistics; 1597tdsInnerConnection.Parser.Statistics = null;
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1145Statistics = null; // must come after CleanWire or we won't count the stuff that happens there...
2 references to Statistics
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParserStateObject.cs (2)
3178SqlStatistics statistics = Parser.Statistics; 3191SqlStatistics statistics = _parser.Statistics;