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