6 references to GetHasErrors
System.Configuration.ConfigurationManager (6)
System\Configuration\ConfigurationSchemaErrors.cs (3)
24internal bool HasLocalErrors => ErrorsHelper.GetHasErrors(_errorsLocal); 26internal bool HasGlobalErrors => ErrorsHelper.GetHasErrors(_errorsGlobal); 28private bool HasAllErrors => ErrorsHelper.GetHasErrors(_errorsAll);
System\Configuration\FactoryRecord.cs (1)
158internal bool HasErrors => ErrorsHelper.GetHasErrors(_errors);
System\Configuration\LocationSectionRecord.cs (1)
29internal bool HasErrors => ErrorsHelper.GetHasErrors(_errors);
System\Configuration\SectionInput.cs (1)
55internal bool HasErrors => ErrorsHelper.GetHasErrors(_errors);