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