3 writes to _bIntBytes
System.Data (3)
fx\src\data\System\Data\SqlClient\TdsParser.cs (3)
1567
stateObj.
_bIntBytes
= new byte[4];
10849
stateObj.
_bIntBytes
= new byte[4];
11020
stateObj.
_bIntBytes
= new byte[4];
7 references to _bIntBytes
System.Data (7)
fx\src\data\System\Data\SqlClient\TdsParser.cs (7)
1566
if (null == stateObj.
_bIntBytes
) {
1570
Debug.Assert (4 == stateObj.
_bIntBytes
.Length);
1574
byte[] bytes = stateObj.
_bIntBytes
;
10848
if (null == stateObj.
_bIntBytes
) {
10852
byte[] b = stateObj.
_bIntBytes
;
11019
if (null == stateObj.
_bIntBytes
) {
11023
byte[] b = stateObj.
_bIntBytes
;