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