1 write to _bShortBytes
System.Data (1)
fx\src\data\System\Data\SqlClient\TdsParser.cs (1)
1518
stateObj.
_bShortBytes
= new byte[2];
3 references to _bShortBytes
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
1517
if (null == stateObj.
_bShortBytes
) {
1521
Debug.Assert(2 == stateObj.
_bShortBytes
.Length);
1524
byte[] bytes = stateObj.
_bShortBytes
;