3 instantiations of Preprocessor
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSet.cs (1)
1074
Preprocessor prep = new
Preprocessor
(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);
System\Xml\Serialization\XmlSchemas.cs (2)
288
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
675
Preprocessor prep = new
Preprocessor
(nameTable, new SchemaNames(nameTable), null);
15 references to Preprocessor
System.Private.Xml (15)
System\Xml\Schema\BaseProcessor.cs (2)
75
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
98
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\Preprocessor.cs (4)
159
if (listSchema ==
Preprocessor
.GetBuildInSchema())
175
if (schema ==
Preprocessor
.GetBuildInSchema())
318
include.Schema =
Preprocessor
.GetBuildInSchema();
835
Preprocessor
.GetIncludedSet(originalSchema, includesOfRedefine);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
207
include.Schema =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\SchemaSetCompiler.cs (1)
667
XmlSchema parentSchema =
Preprocessor
.GetParentSchema(simpleType)!;
System\Xml\Schema\XmlSchemaSet.cs (4)
510
XmlSchema xmlNSSchema =
Preprocessor
.GetBuildInSchema();
560
if (currentSchema ==
Preprocessor
.GetBuildInSchema())
1074
Preprocessor
prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);
1413
XmlSchema schemaForXmlNS =
Preprocessor
.GetBuildInSchema();
System\Xml\Schema\XmlSchemaValidator.cs (1)
1809
localSet.Add(
Preprocessor
.GetBuildInSchema());
System\Xml\Serialization\XmlSchemas.cs (2)
288
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);
675
Preprocessor
prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);