3 writes to transactedBatchContext
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
202
this.
transactedBatchContext
= context;
1593
this.
transactedBatchContext
= null;
1615
this.
transactedBatchContext
= this.sharedTransactedBatchContext.CreateTransactedBatchContext();
18 references to transactedBatchContext
System.ServiceModel (18)
System\ServiceModel\Dispatcher\ChannelHandler.cs (18)
473
rpc.TransactedBatchContext = this.
transactedBatchContext
;
1580
if (null != this.
transactedBatchContext
)
1582
if (this.
transactedBatchContext
.InDispatch)
1584
this.
transactedBatchContext
.ForceRollback();
1585
this.
transactedBatchContext
.InDispatch = false;
1587
if (!this.
transactedBatchContext
.IsActive)
1597
if (null == this.
transactedBatchContext
)
1627
while (this.
transactedBatchContext
.IsActive)
1631
bool valid = TryTransactionalReceive(this.
transactedBatchContext
.Transaction, out request);
1637
this.
transactedBatchContext
.ForceCommit();
1642
this.
transactedBatchContext
.ForceRollback();
1649
this.
transactedBatchContext
.ForceRollback();
1653
TransactionMessageProperty.Set(this.
transactedBatchContext
.Transaction, request.RequestMessage);
1655
this.
transactedBatchContext
.InDispatch = true;
1661
if (this.
transactedBatchContext
.InDispatch)
1663
this.
transactedBatchContext
.ForceRollback();
1664
this.
transactedBatchContext
.InDispatch = false;
1725
if (this.
transactedBatchContext
.AboutToExpire)