6 writes to _stream
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
248_stream = utf8Json; 310_stream = utf8Json; 343_stream = null; 353_stream = null; 470_stream = null; 501_stream = null;
12 references to _stream
System.Text.Json (12)
System\Text\Json\Writer\Utf8JsonWriter.cs (12)
360Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 387if (_stream == null) 413if (_stream != null) 422_stream.Write(_arrayBufferWriter.WrittenSpan); 430_stream.Flush(); 458if (_stream == null) 489if (_stream == null) 522if (_stream != null) 530await _stream.WriteAsync(_arrayBufferWriter.WrittenMemory, cancellationToken).ConfigureAwait(false); 535await _stream.FlushAsync(cancellationToken).ConfigureAwait(false); 1185if (_stream != null) 1220if (_stream != null)