1 write to _nametable
System.Private.Xml (1)
System\Xml\Schema\Inference\Infer.cs (1)
159_nametable = new NameTable();
4 references to _nametable
System.Private.Xml (4)
System\Xml\Schema\Inference\Infer.cs (4)
160_namespaceManager = new XmlNamespaceManager(_nametable); 166return InferSchema1(instanceDocument, new XmlSchemaSet(_nametable)); 171schemas ??= new XmlSchemaSet(_nametable); 246string ns = _namespaceManager.LookupNamespace(_nametable.Get(prefix)!)!;