System\Xml\Core\XmlTextReader.cs (14)
28_impl = new XmlTextReaderImpl();
34_impl = new XmlTextReaderImpl(nt);
40_impl = new XmlTextReaderImpl(input);
46_impl = new XmlTextReaderImpl(url, input);
52_impl = new XmlTextReaderImpl(input, nt);
58_impl = new XmlTextReaderImpl(url, input, nt);
64_impl = new XmlTextReaderImpl(input);
70_impl = new XmlTextReaderImpl(url, input);
76_impl = new XmlTextReaderImpl(input, nt);
82_impl = new XmlTextReaderImpl(url, input, nt);
88_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
94_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
100_impl = new XmlTextReaderImpl(url, new NameTable());
106_impl = new XmlTextReaderImpl(url, nt);