7 references to TryGetLocation
System.Activities (7)
System\Activities\ActivityInstance.cs (1)
1237if (this.environment.TryGetLocation(argument.Id, this.Activity, out location))
System\Activities\DelegateArgument.cs (2)
132if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) 146if (!environment.TryGetLocation(this.Id, this.Owner, out location))
System\Activities\RuntimeArgument.cs (2)
418if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) 454if (!environment.TryGetLocation(this.Id, this.Owner, out location))
System\Activities\Variable.cs (2)
217if (!context.Environment.TryGetLocation(this.Id, this.Owner, out location)) 257if (!environment.TryGetLocation(this.Id, this.Owner, out location))