3 references to XPathDocument
System.Data.Entity (1)
System\Data\Mapping\StorageMappingItemLoader.cs (1)
198
XPathDocument doc = new
XPathDocument
(reader);
System.Web (2)
UI\WebControls\xml.cs (1)
531
_xpathDocument = new
XPathDocument
(XmlUtils.CreateXmlReader(stream, physicalPath));
Util\XmlUtils.cs (1)
44
return new
XPathDocument
(CreateXmlReader(reader));