2 references to XmlTextReader
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
1214XmlTextReader reader = SetupReader(new XmlTextReader(filename, NameTable));
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
113XmlTextReader reader = new XmlTextReader(uri, _nameTable);