3 instantiations of ConfigurationSchemaErrors
System.Configuration.ConfigurationManager (3)
System\Configuration\BaseConfigurationRecord.cs (2)
318_initErrors = new ConfigurationSchemaErrors(); 696ConfigurationSchemaErrors errors = new ConfigurationSchemaErrors();
System\Configuration\XmlUtil.cs (1)
58this(stream, name, readToFirstElement, new ConfigurationSchemaErrors())
5 references to ConfigurationSchemaErrors
System.Configuration.ConfigurationManager (5)
System\Configuration\BaseConfigurationRecord.cs (3)
153private ConfigurationSchemaErrors _initErrors; // errors encountered during the parse of the configuration file 696ConfigurationSchemaErrors errors = new ConfigurationSchemaErrors(); 3638private void ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
System\Configuration\XmlUtil.cs (2)
61internal XmlUtil(Stream stream, string name, bool readToFirstElement, ConfigurationSchemaErrors schemaErrors) 116internal ConfigurationSchemaErrors SchemaErrors { get; }