1 instantiation of MappableLocation
System.Activities (1)
System\Activities\Runtime\MappableObjectManager.cs (1)
69
this.mappableLocations.Add(new
MappableLocation
(locationOwner, activity, activityInstance, location));
4 references to MappableLocation
System.Activities (4)
System\Activities\Runtime\MappableObjectManager.cs (4)
17
List<
MappableLocation
> mappableLocations;
38
internal List<
MappableLocation
> SerializedMappableLocations
52
MappableLocation
mappableLocation = this.mappableLocations[locationIndex];
66
this.mappableLocations = new List<
MappableLocation
>();