2 writes to oldLongValue
System.Data (2)
fx\src\data\System\Data\SqlClient\TdsParser.cs (2)
2522if (!stateObj.TryReadInt64(out env.oldLongValue)) { 2528env.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; 2525Debug.Assert(env.oldLongValue != SqlInternalTransaction.NullTransactionId, "Old transaction id is null?"); // the server guarantees that zero is an invalid transaction id.