1 write to Left
System.Activities (1)
System\Activities\Expressions\ExpressionServices.cs (1)
905object resultObject1 = new AndAlso() { Left = (Activity<bool>)leftObject1, Right = (Activity<bool>)rightObject1 };
4 references to Left
System.Activities (4)
System\Activities\Expressions\AndAlso.cs (4)
23if (this.Left != null && this.Right != null) 27Condition = this.Left, 68metadata.AddImportedChild(this.Left); 71if (this.Left == null)