2 references to XPathDocumentBuilder
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathDocument.cs (2)
155
return new
XPathDocumentBuilder
(this, null, baseUri, flags);
180
builder = new
XPathDocumentBuilder
(this, lineInfo, reader.BaseURI, LoadFlags.None);