2 writes to hasValidBody
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
90
this.
hasValidBody
= false;
96
this.
hasValidBody
= true;
6 references to hasValidBody
System.Workflow.Runtime (6)
System\Activities\Statements\Interop.cs (6)
170
Debug.Assert(this.
hasValidBody
, "should only be called when we have a valid body");
202
if (this.
hasValidBody
)
286
if (!this.
hasValidBody
)
611
if (this.
hasValidBody
)
887
Condition = new InArgument<bool>(env => element.Get(env).
hasValidBody
),
1182
Debug.Assert(interop.
hasValidBody
, "Interop activity has an invalid body");