3 references to XmlTextReaderImpl
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextReader.cs (1)
101
_impl = new
XmlTextReaderImpl
(xmlFragment, fragType, context);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
600
XmlTextReaderImpl tr = new
XmlTextReaderImpl
("", XmlNodeType.Element, pc);
938
XmlTextReaderImpl tr = new
XmlTextReaderImpl
(xmlFragment, contentNT, context);