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