9 references to SchemaNames
System.Xml (9)
System\Xml\Schema\BaseProcessor.cs (1)
41schemaNames = new SchemaNames(nameTable);
System\Xml\Schema\BaseValidator.cs (1)
79schemaNames = new SchemaNames(nameTable);
System\Xml\Schema\XmlSchema.cs (1)
106Parser parser = new Parser(SchemaType.XSD, nameTable, new SchemaNames(nameTable), validationEventHandler);
System\Xml\Schema\XmlSchemaCollection.cs (2)
295return new SchemaNames(nt); 299schemaNames = new SchemaNames( nameTable );
System\Xml\Schema\XmlSchemaSet.cs (2)
1171return new SchemaNames(nt); 1175schemaNames = new SchemaNames( nameTable );
System\Xml\Serialization\XmlSchemas.cs (2)
335Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null); 647Preprocessor prep = new Preprocessor(nameTable, new SchemaNames(nameTable), null);