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