2 writes to scope
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
576
this.
scope
= this.rpc.InstanceContext.Transaction.CreateTransactionScope(clone);
594
this.
scope
= null;
5 references to scope
System.ServiceModel (5)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (5)
512
if (this.
scope
== null)
555
this.
scope
.Complete();
584
if (this.
scope
!= null)
588
this.
scope
.Complete();
593
this.
scope
.Dispose();