3 writes to scope
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
749
this.
scope
= new TransactionScope(TransactionScopeOption.Suppress);
754
this.
scope
= new TransactionScope(clonedTransaction);
764
this.
scope
= null;
3 references to scope
System.WorkflowServices (3)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (3)
760
if (this.
scope
!= null)
762
this.
scope
.Complete();
763
this.
scope
.Dispose();