4 writes to _bLongBytes
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
1625
stateObj.
_bLongBytes
= new byte[8];
6208
stateObj.
_bLongBytes
= new byte[8];
10866
stateObj.
_bLongBytes
= new byte[8];
11037
stateObj.
_bLongBytes
= new byte[8];
8 references to _bLongBytes
System.Data (8)
fx\src\data\System\Data\SqlClient\TdsParser.cs (8)
1624
if (null == stateObj.
_bLongBytes
) {
1628
byte[] bytes = stateObj.
_bLongBytes
;
6207
if (null == stateObj.
_bLongBytes
) {
6211
byte[] bytes = stateObj.
_bLongBytes
;
10865
if (null == stateObj.
_bLongBytes
) {
10868
byte[] b = stateObj.
_bLongBytes
;
11036
if (null == stateObj.
_bLongBytes
) {
11040
byte[] b = stateObj.
_bLongBytes
;