1 write to nameTable
System.Xml (1)
System\Xml\Schema\XmlSchemaSet.cs (1)
97this.nameTable = nameTable;
6 references to nameTable
System.Xml (6)
System\Xml\Schema\XmlSchemaSet.cs (6)
134get { return nameTable;} 529Compiler compiler = new Compiler(nameTable, eventHandler, schemaForSchema, compilationSettings); 1047Preprocessor prep = new Preprocessor(nameTable, GetSchemaNames(nameTable), eventHandler, compilationSettings); 1170if (nameTable != nt) { 1175schemaNames = new SchemaNames( nameTable );