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