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