7 references to Environment
System.Activities (7)
System\Activities\DelegateArgument.cs (1)
132if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location))
System\Activities\RuntimeArgument.cs (3)
397if (object.ReferenceEquals(context.Environment.Definition, context.Activity)) 399if (!context.Environment.TryGetLocation(this.Id, out location)) 418if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location))
System\Activities\Statements\CompensableActivity.cs (1)
447context.ScheduleSecondaryRoot(CompensationParticipant, context.Environment);
System\Activities\Variable.cs (2)
208if (!context.Environment.TryGetLocation(this.Id, out location)) 217if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location))