2 writes to newBinValue
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2549env.newBinValue = new byte[env.newLength]; 2631env.newBinValue = new byte[env.newLength];
3 references to newBinValue
System.Data (3)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2146PromotedDTCToken = rec.newBinValue;
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2550if (!stateObj.TryReadByteArray(env.newBinValue, 0, env.newLength)) { // read new value with 4 byte length 2632if (!stateObj.TryReadByteArray(env.newBinValue, 0, env.newLength)) {