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)
78Debug.Assert(_stream is not null); 79await _stream.WriteAsync(WrittenMemory, cancellationToken).ConfigureAwait(false);