2 writes to _bDecimalBytes
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
6406
stateObj.
_bDecimalBytes
= new byte[17];
6449
stateObj.
_bDecimalBytes
= new byte[17];
4 references to _bDecimalBytes
System.Data (4)
fx\src\data\System\Data\SqlClient\TdsParser.cs (4)
6405
if (null == stateObj.
_bDecimalBytes
) {
6409
byte[] bytes = stateObj.
_bDecimalBytes
;
6448
if (null == stateObj.
_bDecimalBytes
) {
6452
byte[] bytes = stateObj.
_bDecimalBytes
;