1 write to _domNameTable
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
96_domNameTable = new DomNameTable(this);
2 references to _domNameTable
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
140XmlName n = _domNameTable.AddName(prefix, localName, namespaceURI, schemaInfo); 149XmlName n = _domNameTable.GetName(prefix, localName, namespaceURI, schemaInfo);