4 references to XPathDocument
Microsoft.Build.Tasks.Core (4)
BootstrapperUtil\BootstrapperBuilder.cs (2)
1960
var d = new
XPathDocument
(xsltReader);
1965
var xml = new
XPathDocument
(reader);
ManifestUtil\XmlUtil.cs (1)
84
XPathDocument d = new
XPathDocument
(xsltReader);
XmlPeek.cs (1)
89
xpathdoc = new
XPathDocument
(xr);