2 writes to _compilationSettings
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
104
_compilationSettings
= new XmlSchemaCompilationSettings();
161
_compilationSettings
= value;
3 references to _compilationSettings
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
157
return
_compilationSettings
;
486
Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema,
_compilationSettings
);
1062
Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler,
_compilationSettings
);