20 references to ErrorsHelper
System.Configuration (20)
System\Configuration\ConfigurationSchemaErrors.cs (10)
32return ErrorsHelper.GetHasErrors(_errorsLocal); 38return ErrorsHelper.GetHasErrors(_errorsGlobal); 44return ErrorsHelper.GetHasErrors(_errorsAll); 50return ErrorsHelper.GetErrorCount(_errorsGlobal); 60ErrorsHelper.AddError(ref _errorsAll, ce); 61ErrorsHelper.AddError(ref _errorsGlobal, ce); 65ErrorsHelper.AddError(ref _errorsAll, ce); 69ErrorsHelper.AddError(ref _errorsLocal, ce); 125ErrorsHelper.AddErrors(ref _errorsAll, list); 135ErrorsHelper.AddErrors(ref _errorsAll, coll);
System\Configuration\FactoryRecord.cs (3)
305return ErrorsHelper.GetHasErrors(_errors); 310ErrorsHelper.AddErrors(ref _errors, coll); 314ErrorsHelper.ThrowOnErrors(_errors);
System\Configuration\LocationSectionRecord.cs (2)
53return ErrorsHelper.GetHasErrors(_errors); 58ErrorsHelper.AddError(ref _errors, e);
System\Configuration\SectionInput.cs (2)
121return ErrorsHelper.GetHasErrors(_errors); 126ErrorsHelper.ThrowOnErrors(_errors);
System\Configuration\SectionRecord.cs (3)
370ErrorsHelper.AddErrors(ref allErrors, input.Errors); 376ErrorsHelper.AddErrors(ref allErrors, input.Errors); 381ErrorsHelper.AddErrors(ref allErrors, FileInput.Errors);