6 writes to _stream
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
142_stream = utf8Json; 204_stream = utf8Json; 237_stream = null; 247_stream = null; 366_stream = null; 397_stream = null;
12 references to _stream
System.Text.Json (12)
System\Text\Json\Writer\Utf8JsonWriter.cs (12)
254Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 278if (_stream == null) 304if (_stream != null) 313_stream.Write(_arrayBufferWriter.WrittenSpan); 326_stream.Flush(); 354if (_stream == null) 385if (_stream == null) 418if (_stream != null) 427await _stream.WriteAsync(_arrayBufferWriter.WrittenMemory, cancellationToken).ConfigureAwait(false); 440await _stream.FlushAsync(cancellationToken).ConfigureAwait(false); 1073if (_stream != null) 1108if (_stream != null)