6 references to GetHasErrors
System.Configuration (6)
System\Configuration\ConfigurationSchemaErrors.cs (3)
32return ErrorsHelper.GetHasErrors(_errorsLocal); 38return ErrorsHelper.GetHasErrors(_errorsGlobal); 44return ErrorsHelper.GetHasErrors(_errorsAll);
System\Configuration\FactoryRecord.cs (1)
305return ErrorsHelper.GetHasErrors(_errors);
System\Configuration\LocationSectionRecord.cs (1)
53return ErrorsHelper.GetHasErrors(_errors);
System\Configuration\SectionInput.cs (1)
121return ErrorsHelper.GetHasErrors(_errors);