3 references to EmptyInfo
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
1824
return returnResultBeforeError ? this.al :
EmptyInfo
;
1847
return returnResultBeforeError ? this.al :
EmptyInfo
;
1858
return (this.error == null || returnResultBeforeError) ? this.al :
EmptyInfo
;