1 write to _textWriter
NuGet.Protocol (1)
Plugins\Sender.cs (1)
46_textWriter = writer;
8 references to _textWriter
NuGet.Protocol (8)
Plugins\Sender.cs (8)
64_textWriter.Dispose(); 143_textWriter.WriteLine(json); 144_textWriter.Flush(); 149_textWriter.WriteLine(json); 150_textWriter.Flush(); 154using var jsonWriter = new Newtonsoft.Json.JsonTextWriter(_textWriter) { CloseOutput = false }; 161_textWriter.WriteLine(); 162_textWriter.Flush();