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(); 134using (var jsonWriter = new JsonTextWriter(_textWriter)) 142_textWriter.WriteLine(); 143_textWriter.Flush();