1 write to _stream
Microsoft.Extensions.Logging.Console (1)
src\runtime\src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (1)
27_stream = stream;
3 references to _stream
Microsoft.Extensions.Logging.Console (3)
src\runtime\src\libraries\Common\src\System\Text\Json\PooledByteBufferWriter.cs (3)
78Debug.Assert(_stream is not null); 79await _stream.WriteAsync(WrittenMemory, cancellationToken).ConfigureAwait(false); 85await _stream.FlushAsync(cancellationToken).ConfigureAwait(false);