2 instantiations of XPathDocumentBuilder
System.Xml (2)
System\Xml\XPath\XPathDocument.cs (2)
137
return new
XPathDocumentBuilder
(this, null, baseUri, flags);
161
builder = new
XPathDocumentBuilder
(this, lineInfo, reader.BaseURI, LoadFlags.None);
1 reference to XPathDocumentBuilder
System.Xml (1)
System\Xml\XPath\XPathDocument.cs (1)
145
XPathDocumentBuilder
builder;