3 writes to Definition
System.Activities (3)
System\Activities\Runtime\LocationEnvironment.cs (3)
53
this.
Definition
= definition;
182
this.
Definition
= activity;
217
this.
Definition
= handleScope.Activity;
8 references to Definition
System.Activities (8)
System\Activities\Runtime\LocationEnvironment.cs (7)
171
return this.
Definition
;
215
if (this.
Definition
== null)
291
UninitializeHandles(scope, this.
Definition
.RuntimeVariables, ref context);
292
UninitializeHandles(scope, this.
Definition
.ImplementationVariables, ref context);
311
Fx.Assert(variable.Owner == this.
Definition
, "We should only be targeting the vairables at this scope.");
475
while (targetEnvironment != null && targetEnvironment.
Definition
!= environmentOwner)
505
this.MappableObjectManager.Register(location, this.
Definition
, locationReference, activityInstance);
System\Activities\RuntimeArgument.cs (1)
397
if (object.ReferenceEquals(context.Environment.
Definition
, context.Activity))