3 references to CreateTextReader
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlObjectSerializer.cs (1)
224
return ReadObject(XmlDictionaryReader.
CreateTextReader
(stream, XmlDictionaryReaderQuotas.Max));
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (1)
90
return
CreateTextReader
(ms, quotas);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\TextMessageEncoder.cs (1)
617
return XmlDictionaryReader.
CreateTextReader
(stream, _readerQuotas);