3 references to CreateXmlReader
System.Web (3)
UI\WebControls\xml.cs (3)
429XmlReader xmlReader = XmlUtils.CreateXmlReader(stream, physicalPath); 483_document.Load(XmlUtils.CreateXmlReader(stream, physicalPath)); 531_xpathDocument = new XPathDocument(XmlUtils.CreateXmlReader(stream, physicalPath));