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