1 write to nametable
System.Xml (1)
System\Xml\Schema\Inference\Infer.cs (1)
177this.nametable = new NameTable();
4 references to nametable
System.Xml (4)
System\Xml\Schema\Inference\Infer.cs (4)
178this.NamespaceManager = new XmlNamespaceManager(nametable); 186return InferSchema1(instanceDocument, new XmlSchemaSet(nametable)); 194schemas = new XmlSchemaSet(nametable); 271String ns = this.NamespaceManager.LookupNamespace(this.nametable.Get(prefix));