2 instantiations of EncodingStreamWrapper
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
585
stream = new
EncodingStreamWrapper
(stream, encoding);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
31
stream = new
EncodingStreamWrapper
(stream, encoding, true);
1 reference to EncodingStreamWrapper
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextReader.cs (1)
575
ArraySegment<byte> seg =
EncodingStreamWrapper
.ProcessBuffer(buffer, offset, count, encoding);