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