13 references to IsEmpty
System.Activities (13)
System\Activities\ActivityUtilities.cs (1)
982if (argument.BoundArgument != null && !argument.BoundArgument.IsEmpty)
System\Activities\Argument.cs (1)
269if (this.Expression.Result != null && !this.Expression.Result.IsEmpty)
System\Activities\Expressions\NewArray.cs (1)
59if (argument == null || argument.IsEmpty)
System\Activities\RuntimeArgument.cs (2)
316if (!this.BoundArgument.IsEmpty) 347else if (!this.boundArgument.IsEmpty)
System\Activities\Statements\Compensate.cs (1)
180if (Target.IsEmpty)
System\Activities\Statements\Confirm.cs (1)
189if (Target.IsEmpty)
System\Activities\Statements\HandleScope.cs (2)
48if ((this.Handle == null) || this.Handle.IsEmpty) 76if ((this.Handle == null) || this.Handle.IsEmpty)
System\Activities\Statements\MethodResolver.cs (2)
197if (targetType != null && this.TargetObject != null && !this.TargetObject.IsEmpty) 209if (this.TargetObject != null && !this.TargetObject.IsEmpty)
System\Activities\Statements\TerminateWorkflow.cs (2)
37if ((this.Reason == null || this.Reason.IsEmpty) && 38(this.Exception == null || this.Exception.IsEmpty))