3 instantiations of Preprocessor
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (1)
1230Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
392Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null); 781Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);
14 references to Preprocessor
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\BaseProcessor.cs (2)
89XmlSchema schemaForXmlNS = Preprocessor.GetBuildInSchema(); 112XmlSchema schemaForXmlNS = Preprocessor.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
166if (listSchema == Preprocessor.GetBuildInSchema()) 182if (schema == Preprocessor.GetBuildInSchema()) 338include.Schema = Preprocessor.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
212include.Schema = Preprocessor.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
654XmlSchema parentSchema = Preprocessor.GetParentSchema(simpleType);
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (4)
633XmlSchema xmlNSSchema = Preprocessor.GetBuildInSchema(); 686if (currentSchema == Preprocessor.GetBuildInSchema()) 1230Preprocessor prep = new Preprocessor(_nameTable, GetSchemaNames(_nameTable), _eventHandler, _compilationSettings); 1573XmlSchema schemaForXmlNS = Preprocessor.GetBuildInSchema();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (1)
1828localSet.Add(Preprocessor.GetBuildInSchema());
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (2)
392Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null); 781Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);