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