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