2 writes to scope
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1928
this.
scope
= new TransactionScope(this.rpc.transaction.Current);
1942
this.
scope
= null;
3 references to scope
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (3)
1934
if (this.
scope
!= null)
1938
scope
.Complete();
1941
scope
.Dispose();