1 write to _textWriter
NuGet.Protocol (1)
Plugins\Sender.cs (1)
41
_textWriter
= writer;
4 references to _textWriter
NuGet.Protocol (4)
Plugins\Sender.cs (4)
58
_textWriter
.Dispose();
134
using (var jsonWriter = new JsonTextWriter(
_textWriter
))
142
_textWriter
.WriteLine();
143
_textWriter
.Flush();