12 references to GetSpecificLocation
System.Activities (12)
System\Activities\ActivityInstance.cs (5)
897
Fx.Assert(this.Environment.
GetSpecificLocation
(argument.Id) == null, "This is a newly added argument so the location should be null");
917
Location location = this.environment.
GetSpecificLocation
(argument.Id);
970
Location location = this.environment.
GetSpecificLocation
(argument.Id);
1079
Location variableLocation = this.Environment.
GetSpecificLocation
(variable.Id);
1103
variableLocation = this.environment.
GetSpecificLocation
(variable.Id);
System\Activities\Runtime\ActivityExecutor.cs (1)
2358
Location location = this.rootEnvironment.
GetSpecificLocation
(argument.BoundArgument.Id);
System\Activities\Runtime\DelegateCompletionCallbackWrapper.cs (1)
49
Location parameterLocation = environment.
GetSpecificLocation
(runtimeArgument.BoundArgument.Id);
System\Activities\Runtime\FuncCompletionCallbackWrapper.cs (1)
86
Location location = completedInstance.Environment.
GetSpecificLocation
(resultId);
System\Activities\Runtime\LocationEnvironment.cs (3)
315
Location location =
GetSpecificLocation
(variable.Id);
377
return
GetSpecificLocation
(id) as Location<T>;
737
RegisterLocation(
GetSpecificLocation
(locationReference.Id), locationReference, activityInstance);
System\Activities\Tracking\ActivityStateRecord.cs (1)
328
Location location = currentInstance.Environment.
GetSpecificLocation
(id);