1 write to currentIdSpace
System.Activities (1)
System\Activities\ExecutionProperties.cs (1)
33
this.
currentIdSpace
= this.context.Activity.MemberOf;
6 references to currentIdSpace
System.Activities (6)
System\Activities\ExecutionProperties.cs (6)
96
registrationCallback.Register(new RegistrationContext(this.properties, this.
currentIdSpace
));
113
Fx.Assert(this.
currentIdSpace
!= null, "We should never call OnlyVisibleToPublicChildren when we don't have a currentIdSpace");
114
visibility = this.
currentIdSpace
;
160
registrationCallback.Unregister(new RegistrationContext(this.properties, this.
currentIdSpace
));
183
return this.properties.GetProperty(name, this.
currentIdSpace
);
217
return this.properties.GetFlattenedProperties(this.
currentIdSpace
);