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