2 instantiations of Compiler
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (1)
233
Compiler setCompiler = new
Compiler
(nameTable, eventHandler, null, compilationSettings);
System\Xml\Schema\XmlSchemaSet.cs (1)
498
Compiler compiler = new
Compiler
(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings);
2 references to Compiler
System.Private.Xml (2)
System\Xml\Schema\XmlSchema.cs (1)
233
Compiler
setCompiler = new Compiler(nameTable, eventHandler, null, compilationSettings);
System\Xml\Schema\XmlSchemaSet.cs (1)
498
Compiler
compiler = new Compiler(_nameTable, _eventHandler, _schemaForSchema, _compilationSettings);