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