6 references to CreateTextReader
System.IdentityModel (1)
System\IdentityModel\Protocols\WSTrust\WSTrustSerializationHelper.cs (1)
2822XmlDictionaryReader memoryReader = XmlDictionaryReader.CreateTextReader(ms, Encoding.UTF8, XmlDictionaryReaderQuotas.Max, null);
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryReader.cs (1)
121return CreateTextReader(stream, null, quotas, null);
System.ServiceModel (4)
System\ServiceModel\Channels\MtomMessageEncoder.cs (1)
557xmlReader = XmlDictionaryReader.CreateTextReader(stream, TextMessageEncoderFactory.GetEncodingFromContentType(contentType, this.contentEncodingMap), this.readerQuotas, onStreamedReaderClose);
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
716xmlReader = XmlDictionaryReader.CreateTextReader(stream, enc, this.readerQuotas, null);
System\ServiceModel\ComIntegration\ComPlusDiagnosticTraceSchemas.cs (1)
47XmlDictionaryReader reader = XmlDictionaryReader.CreateTextReader(ms, null, quota, null);
System\ServiceModel\Description\MetadataExchangeClient.cs (1)
806XmlReader reader = XmlDictionaryReader.CreateTextReader(