3 instantiations of 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();
8 references to XmlSchemaCompilationSettings
System.Xml (8)
System\Xml\Schema\BaseProcessor.cs (3)
18XmlSchemaCompilationSettings compilationSettings; 25public BaseProcessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings) { 51protected XmlSchemaCompilationSettings CompilationSettings {
System\Xml\Schema\Preprocessor.cs (1)
78public Preprocessor(XmlNameTable nameTable, SchemaNames schemaNames, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings)
System\Xml\Schema\SchemaSetCompiler.cs (1)
32public Compiler(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchema schemaForSchema, XmlSchemaCompilationSettings compilationSettings) : base(nameTable, null, eventHandler, compilationSettings) {
System\Xml\Schema\XmlSchema.cs (1)
252internal void CompileSchemaInSet(XmlNameTable nameTable, ValidationEventHandler eventHandler, XmlSchemaCompilationSettings compilationSettings) {
System\Xml\Schema\XmlSchemaSet.cs (2)
59XmlSchemaCompilationSettings compilationSettings; 178public XmlSchemaCompilationSettings CompilationSettings {