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