3 references to
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)
79: base(nameTable, schemaNames, eventHandler, compilationSettings) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
32public Compiler(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema, XmlSchemaCompilationSettings compilationSettings) : base(nameTable, null, eventHandler, compilationSettings) {