1 write to writer
System.Data.Services (1)
System\Data\Services\Serializers\TextSerializer.cs (1)
39
this.
writer
= new StreamWriter(output, encoding);
4 references to writer
System.Data.Services (4)
System\Data\Services\Serializers\TextSerializer.cs (4)
46
XmlWriter xmlWriter = XmlWriter.Create(this.
writer
);
48
this.
writer
.Flush();
66
this.
writer
.Write(contentAsText);
67
this.
writer
.Flush();