7 references to RetrieveAndResetLocalErrors
System.Configuration (7)
System\Configuration\BaseConfigurationRecord.cs (6)
2372xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(true); 2414factoryRecord.AddErrors(xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(true)); 2517xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(true); 2593factoryRecord.AddErrors(xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(true)); 2996factoryRecord.AddErrors(xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(true)); 3196List<ConfigurationException> localErrors = xmlUtil.SchemaErrors.RetrieveAndResetLocalErrors(isFileInput);
System\Configuration\ConfigurationSchemaErrors.cs (1)
143RetrieveAndResetLocalErrors(false);