2 instantiations of EncodingStreamWrapper
System.Private.DataContractSerialization (2)
System\Xml\XmlUTF8TextReader.cs (1)
577stream = new EncodingStreamWrapper(stream, encoding);
System\Xml\XmlUTF8TextWriter.cs (1)
27stream = new EncodingStreamWrapper(stream, encoding, true);
1 reference to EncodingStreamWrapper
System.Private.DataContractSerialization (1)
System\Xml\XmlUTF8TextReader.cs (1)
567ArraySegment<byte> seg = EncodingStreamWrapper.ProcessBuffer(buffer, offset, count, encoding);