3 instantiations of ConfigurationSchemaErrors
System.Configuration (3)
System\Configuration\BaseConfigurationRecord.cs (2)
328_initErrors = new ConfigurationSchemaErrors(); 765errors = new ConfigurationSchemaErrors();
System\Configuration\XmlUtil.cs (1)
75this(stream, name, readToFirstElement, new ConfigurationSchemaErrors()) {}
6 references to ConfigurationSchemaErrors
System.Configuration (6)
System\Configuration\BaseConfigurationRecord.cs (3)
142private ConfigurationSchemaErrors _initErrors; // errors encountered during the parse of the configuration file 763ConfigurationSchemaErrors errors; 4337private void ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors) {
System\Configuration\XmlUtil.cs (3)
70private ConfigurationSchemaErrors _schemaErrors; // accumulated errors 78internal XmlUtil(Stream stream, string name, bool readToFirstElement, ConfigurationSchemaErrors schemaErrors) { 168internal ConfigurationSchemaErrors SchemaErrors {