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