2 writes to errors
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (2)
20this.errors = (ValidationErrorCollection)info.GetValue("errors", typeof(ValidationErrorCollection)); 47this.errors = XomlCompilerHelper.MorphIntoFriendlyValidationErrors(errors);
3 references to errors
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\Validation\WorkflowValidationFailedException.cs (3)
22if (this.errors == null) 58info.AddValue("errors", this.errors, typeof(ValidationErrorCollection)); 65return this.errors;