3 writes to error
System.Workflow.ComponentModel (3)
AuthoringOM\Bind.cs (3)
1798
this.
error
= null;
1823
this.
error
= "path[" + this.index + "] = " + c;
1846
this.
error
= "path[" + this.index + "] = " + c;
2 references to error
System.Workflow.ComponentModel (2)
AuthoringOM\Bind.cs (2)
1786
return
error
;
1858
return (this.
error
== null || returnResultBeforeError) ? this.al : EmptyInfo;