2 references to XPathDocumentBuilder
System.Private.Xml (2)
System\Xml\XPath\XPathDocument.cs (2)
144
return new
XPathDocumentBuilder
(this, null, baseUri, flags);
169
builder = new
XPathDocumentBuilder
(this, lineInfo, reader.BaseURI, LoadFlags.None);