2 writes to currentInstance
System.Activities (2)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (2)
33
this.
currentInstance
= currentInstance;
1213
this.
currentInstance
= null;
8 references to currentInstance
System.Activities (8)
System\Activities\DynamicUpdate\NativeActivityUpdateContext.cs (8)
37
this.innerContext = new NativeActivityContext(this.
currentInstance
, this.activityExecutor, this.activityExecutor.RawBookmarkManager);
42
this.
currentInstance
!= null &&
43
this.
currentInstance
.Activity != null,
52
return this.
currentInstance
.Id;
61
return this.
currentInstance
.IsCancellationRequested;
76
get { return this.
currentInstance
.Activity; }
94
ExecutionProperties exeProperties = new ExecutionProperties(this.innerContext, this.
currentInstance
, this.
currentInstance
.PropertyManager);