3 references to HasRuntimeTransaction
System.Activities (3)
System\Activities\NativeActivityContext.cs (2)
68
return this.executor.
HasRuntimeTransaction
;
84
if ((this.Properties.Find(NoPersistProperty.Name) != null) || (this.executor.
HasRuntimeTransaction
))
System\Activities\RuntimeTransactionHandle.cs (1)
313
if ((this.executor != null) && this.executor.
HasRuntimeTransaction
)