3 references to HasGlobalErrors
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (1)
608
if (_initErrors.
HasGlobalErrors
)
System\Configuration\ConfigurationSchemaErrors.cs (2)
60
return ignoreLocal ?
HasGlobalErrors
: HasAllErrors;
67
if (
HasGlobalErrors
)