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