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