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