3 references to XmlSchemaCompilationSettings
System.Xml (3)
System\Xml\Schema\BaseProcessor.cs (1)
23: this(nameTable, schemaNames, eventHandler, new XmlSchemaCompilationSettings()) {} //Use the default for XmlSchemaCollection
System\Xml\Schema\Preprocessor.cs (1)
76: this(nameTable, schemaNames, eventHandler, new XmlSchemaCompilationSettings()){}
System\Xml\Schema\XmlSchemaSet.cs (1)
122compilationSettings = new XmlSchemaCompilationSettings();