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