2 writes to oldLongValue
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2522
if (!stateObj.TryReadInt64(out env.
oldLongValue
)) {
2528
env.
oldLongValue
= SqlInternalTransaction.NullTransactionId; // the server guarantees that zero is an invalid transaction id.
2 references to oldLongValue
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2128
_retainedTransactionId = env[ii].
oldLongValue
;
2525
Debug.Assert(env.
oldLongValue
!= SqlInternalTransaction.NullTransactionId, "Old transaction id is null?"); // the server guarantees that zero is an invalid transaction id.