2 overrides of CanBeMapped
System.Activities (2)
System\Activities\Runtime\TypedLocationWrapper.cs (1)
30internal override bool CanBeMapped
System\Activities\Variable.cs (1)
520internal override bool CanBeMapped
10 references to CanBeMapped
System.Activities (10)
System\Activities\Location.cs (2)
97if (this.CanBeMapped || bufferGets) 270if (this.CanBeMapped || bufferGets)
System\Activities\Runtime\LocationEnvironment.cs (5)
265Fx.Assert(this.singleLocation.CanBeMapped, "Can only have mappable locations for a singleton if its mappable."); 274if (location.CanBeMapped) 502if (location.CanBeMapped) 682if (location.CanBeMapped) 772if (location.CanBeMapped)
System\Activities\Runtime\MappableObjectManager.cs (2)
62Fx.Assert(location.CanBeMapped, "should only register mappable locations"); 74Fx.Assert(location.CanBeMapped, "should only register mappable locations");
System\Activities\Runtime\TypedLocationWrapper.cs (1)
34return this.innerLocation.CanBeMapped;