1 write to IsolationScope
System.Activities (1)
System\Activities\Runtime\ActivityExecutor.cs (1)
4376this.IsolationScope = isolationScope;
8 references to IsolationScope
System.Activities (8)
System\Activities\Runtime\ActivityExecutor.cs (8)
1288isolationScope = this.runtimeTransaction.IsolationScope; 1330if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == instance) 1351if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == terminatedInstance) 1579if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope != null) 1673if (this.runtimeTransaction != null && this.runtimeTransaction.IsolationScope == exceptionPropagator) 2095this.scheduler.PushWork(new CompleteTransactionWorkItem(this.runtimeTransaction.IsolationScope)); 2544isolationInstance = this.runtimeTransaction.IsolationScope; 2664isolationInstance = this.runtimeTransaction.IsolationScope;