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