2 writes to _compilationSettings
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
116
_compilationSettings
= new XmlSchemaCompilationSettings();
173
_compilationSettings
= value;
3 references to _compilationSettings
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (3)
169
return
_compilationSettings
;
498
Compiler compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema,
_compilationSettings
);
1074
Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler,
_compilationSettings
);