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