2 writes to compilationSettings
System.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
122
compilationSettings
= new XmlSchemaCompilationSettings();
183
compilationSettings
= value;
3 references to compilationSettings
System.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
180
return
compilationSettings
;
529
Compiler compiler = new Compiler(nameTable, eventHandler, schemaForSchema,
compilationSettings
);
1047
Preprocessor prep = new Preprocessor(nameTable, GetSchemaNames(nameTable), eventHandler,
compilationSettings
);