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