6 references to AddErrors
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationSchemaErrors.cs (2)
83
if (keepLocalErrors) ErrorsHelper.
AddErrors
(ref _errorsAll, list);
90
ErrorsHelper.
AddErrors
(ref _errorsAll, coll);
System\Configuration\FactoryRecord.cs (1)
258
ErrorsHelper.
AddErrors
(ref _errors, coll);
System\Configuration\SectionRecord.cs (3)
279
foreach (SectionInput input in LocationInputs) ErrorsHelper.
AddErrors
(ref allErrors, input.Errors);
284
ErrorsHelper.
AddErrors
(ref allErrors, input.Errors);
287
if (HasFileInput) ErrorsHelper.
AddErrors
(ref allErrors, FileInput.Errors);