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