35 references to CacheId
System.Activities (35)
System\Activities\Activity.cs (1)
952
if (this.cacheId == activityDelegate.Owner.
CacheId
)
System\Activities\ActivityDelegate.cs (2)
155
if (this.cacheId == parent.
CacheId
)
205
this.cacheId = parent.
CacheId
;
System\Activities\ActivityMetadata.cs (7)
162
if (importedChild.
CacheId
!= this.activity.
CacheId
)
191
if (importedDelegate.Handler != null && importedDelegate.Handler.
CacheId
!= this.activity.
CacheId
)
222
if (variable.CacheId != this.activity.
CacheId
)
225
if (variable.Default != null && variable.Default.
CacheId
!= this.activity.
CacheId
)
System\Activities\DelegateArgument.cs (2)
88
if (this.cacheId == parent.
CacheId
)
99
this.cacheId = parent.
CacheId
;
System\Activities\NativeActivityContext.cs (4)
551
if (!activity.IsMetadataCached || activity.
CacheId
!= parent.Activity.
CacheId
)
2150
if (!activity.IsMetadataCached || activity.
CacheId
!= parent.Activity.
CacheId
)
System\Activities\NativeActivityMetadata.cs (11)
161
if (child.
CacheId
!= this.activity.
CacheId
)
209
if (importedChild.
CacheId
!= this.activity.
CacheId
)
238
if (activityDelegate.Handler != null && activityDelegate.Handler.
CacheId
!= this.activity.
CacheId
)
288
if (importedDelegate.Handler != null && importedDelegate.Handler.
CacheId
!= this.activity.
CacheId
)
319
if (variable.CacheId != this.activity.
CacheId
)
322
if (variable.Default != null && variable.Default.
CacheId
!= this.activity.
CacheId
)
System\Activities\Runtime\ActivityExecutor.cs (2)
2912
if (!activity.IsMetadataCached || activity.
CacheId
!= parent.Activity.
CacheId
)
System\Activities\RuntimeArgument.cs (2)
283
if (this.cacheId == parent.
CacheId
)
310
this.cacheId = parent.
CacheId
;
System\Activities\Statements\FlowNode.cs (2)
51
if (this.cacheId == owner.
CacheId
)
70
this.cacheId = owner.
CacheId
;
System\Activities\Variable.cs (2)
134
if (this.cacheId == parent.
CacheId
)
147
this.cacheId = parent.
CacheId
;