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