1 write to _writer
Microsoft.AspNetCore.SignalR.Protocols.Json (1)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (1)
24_writer = new Utf8JsonWriter(stream, new JsonWriterOptions()
3 references to _writer
Microsoft.AspNetCore.SignalR.Protocols.Json (3)
src\SignalR\common\Shared\ReusableUtf8JsonWriter.cs (3)
51writer._writer.Reset(stream); 59writer._writer.Reset(); 68return _writer;