System\Xml\Cache\XPathDocumentBuilder.cs (3)
107idx = NewNode(out page, XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty);
117_idxParent = NewNode(out _pageParent, XPathNodeType.Root, string.Empty, string.Empty, string.Empty, baseUri);
739idxNew = NewNode(out pageNew, xptyp, localName, namespaceUri, prefix, baseUri);