2 writes to PromotedDTCToken
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlInternalConnectionSmi.cs (1)
381
PromotedDTCToken
= _smiConnection.PromoteTransaction(_currentTransaction.TransactionId, _smiEventSink);
fx\src\data\System\Data\SqlClient\SqlInternalConnectionTds.cs (1)
2146
PromotedDTCToken
= rec.newBinValue;
2 references to PromotedDTCToken
System.Data (2)
fx\src\data\System\Data\SqlClient\SqlDelegatedTransaction.cs (2)
167
returnValue = _connection.
PromotedDTCToken
;
476
Array.Copy(_connection.
PromotedDTCToken
, _globalTransactionsTokenVersionSizeInBytes /* Skip the version */, txnGuid, 0, txnGuid.Length);