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