FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (14)
35_impl = new XmlTextReaderImpl();
41_impl = new XmlTextReaderImpl(nt);
47_impl = new XmlTextReaderImpl(input);
53_impl = new XmlTextReaderImpl(url, input);
59_impl = new XmlTextReaderImpl(input, nt);
65_impl = new XmlTextReaderImpl(url, input, nt);
71_impl = new XmlTextReaderImpl(input);
77_impl = new XmlTextReaderImpl(url, input);
83_impl = new XmlTextReaderImpl(input, nt);
89_impl = new XmlTextReaderImpl(url, input, nt);
95_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
101_impl = new XmlTextReaderImpl(xmlFragment, fragType, context);
109_impl = new XmlTextReaderImpl(url, new NameTable());
117_impl = new XmlTextReaderImpl(url, nt);