5 writes to errors
System.Activities (5)
System\Activities\Validation\ActivityValidationServices.cs (5)
490ActivityUtilities.CacheRootMetadata(this.rootToValidate, this.environment, this.options, new ActivityUtilities.ProcessActivityCallback(ValidateElement), ref this.errors); 520RunConstraints(childActivity, parentChain, policyConstraints, this.options, suppressGetChildrenViolations, ref this.errors); 531RunConstraints(childActivity, parentChain, genericTypePolicyConstraints, this.options, suppressGetChildrenViolations, ref this.errors); 556ActivityUtilities.Add(ref this.errors, error); 574ActivityUtilities.Add(ref this.errors, error);
1 reference to errors
System.Activities (1)
System\Activities\Validation\ActivityValidationServices.cs (1)
493return new ValidationResults(this.errors);