System\Xml\Cache\XPathDocumentBuilder.cs (6)
149AddSibling(XPathNodeType.Element, localName, ns, prefix, baseUri);
273AddSibling(XPathNodeType.Attribute, localName, namespaceName, prefix, string.Empty);
307AddSibling(XPathNodeType.Comment, string.Empty, string.Empty, string.Empty, string.Empty);
325AddSibling(XPathNodeType.ProcessingInstruction, name, string.Empty, string.Empty, baseUri);
402AddSibling(XPathNodeType.Text, string.Empty, string.Empty, string.Empty, string.Empty);
697AddSibling((XPathNodeType) textType, string.Empty, string.Empty, string.Empty, string.Empty);