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