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