1 write to Right
System.Activities (1)
System\Activities\Expressions\ExpressionServices.cs (1)
915
object resultObject2 = new OrElse() { Left = (Activity<bool>)leftObject2,
Right
= (Activity<bool>)rightObject2 };
4 references to Right
System.Activities (4)
System\Activities\Expressions\OrElse.cs (4)
23
if (this.Left != null && this.
Right
!= null)
36
Value = new InArgument<bool>(this.
Right
)
69
metadata.AddImportedChild(this.
Right
);
76
if (this.
Right
== null)