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)
34if (_writer == null) 38_writer.SetOutput(stream, ownsStream, encoding); 39SetOutput(_writer);