1 write to _writer
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\IndentedWriter.cs (1)
25
_writer
= writer;
5 references to _writer
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\IndentedWriter.cs (5)
44
_writer
.Write(s);
50
_writer
.Write(c);
56
_writer
.WriteLine(s);
62
_writer
.WriteLine();
73
_writer
.Write(" ");