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