1 write to _parser
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
10110
_parser
= parser;
7 references to _parser
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
10173
Debug.Assert(!
_parser
._asyncWrite);
10179
_parser
.WriteInt(count, _stateObj); // write length of chunk
10185
Debug.Assert(
_parser
._asyncWrite);
10203
_parser
.WriteInt(count, _stateObj); // write length of chunk
10220
_parser
._connHandler.DoomThisConnection();
10224
_parser
._connHandler.DoomThisConnection();
10228
_parser
._connHandler.DoomThisConnection();