3 writes to rootEnvironment
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (3)
594set { this.rootEnvironment = value; } 2290this.rootEnvironment = this.rootInstance.Environment; 2369this.rootEnvironment = null;
3 references to rootEnvironment
System.Activities (3)
System\Activities\Runtime\ActivityExecutor.cs (3)
593get { return this.rootEnvironment; } 2337Fx.Assert(this.rootEnvironment != null, "We should have set the root environment"); 2358Location location = this.rootEnvironment.GetSpecificLocation(argument.BoundArgument.Id);