7 references to HasErrors
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (7)
1532Debug.Assert(!factoryRecord.HasErrors, "!factoryRecord.HasErrors"); 2236Debug.Assert(!rootFactoryRecord.HasErrors, "!rootFactoryRecord.HasErrors"); 3006if (factoryRecord.HasErrors) { 3044if (!factoryRecord.HasErrors) { 3475if (!factoryRecord.HasErrors) { 4396Debug.Assert(factoryRecord.HasErrors, "If the user has mistakenly declared an implicit section, we should have recorded an error."); 4423Debug.Assert(factoryRecord.HasErrors, "If the user has mistakenly declared an implicit section, we should have recorded an error.");