1 write to _writer
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
36
_writer
= new XmlUTF8NodeWriter();
3 references to _writer
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (3)
34
if (
_writer
== null)
38
_writer
.SetOutput(stream, ownsStream, encoding);
39
SetOutput(
_writer
);