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)
140
XmlName n =
_domNameTable
.AddName(prefix, localName, namespaceURI, schemaInfo);
149
XmlName n =
_domNameTable
.GetName(prefix, localName, namespaceURI, schemaInfo);