1 write to _stream
System.Text.Json (1)
src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (1)
27
_stream
= stream;
2 references to _stream
System.Text.Json (2)
src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (2)
78
Debug.Assert(
_stream
is not null);
79
await
_stream
.WriteAsync(WrittenMemory, cancellationToken).ConfigureAwait(false);