3 instantiations of Preprocessor
System.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (1)
1047
Preprocessor prep = new
Preprocessor
(nameTable, GetSchemaNames(nameTable), eventHandler, compilationSettings);
System\Xml\Serialization\XmlSchemas.cs (2)
335
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
647
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
14 references to Preprocessor
System.Xml (14)
System\Xml\Schema\BaseProcessor.cs (2)
73
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
91
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\Preprocessor.cs (3)
145
if (listSchema ==
Preprocessor
.GetBuildInSchema()) { //dont re-set compiled flags for xml namespace schema
159
if (schema ==
Preprocessor
.GetBuildInSchema()) {
285
include.Schema =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
179
include.Schema =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\SchemaSetCompiler.cs (1)
521
XmlSchema parentSchema =
Preprocessor
.GetParentSchema(simpleType);
System\Xml\Schema\XmlSchemaSet.cs (4)
539
XmlSchema xmlNSSchema =
Preprocessor
.GetBuildInSchema();
583
if (currentSchema ==
Preprocessor
.GetBuildInSchema()) { //dont re-set compiled flags for xml namespace schema
1047
Preprocessor
prep = new Preprocessor(nameTable, GetSchemaNames(nameTable), eventHandler, compilationSettings);
1316
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1519
localSet.Add(
Preprocessor
.GetBuildInSchema());
System\Xml\Serialization\XmlSchemas.cs (2)
335
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);
647
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);