6 writes to _stream
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
242
_stream
= utf8Json;
312
_stream
= utf8Json;
366
_stream
= null;
394
_stream
= null;
511
_stream
= null;
542
_stream
= null;
12 references to _stream
System.Text.Json (12)
System\Text\Json\Writer\Utf8JsonWriter.cs (12)
401
Debug.Assert(_output is null &&
_stream
is null && _arrayBufferWriter is null);
428
if (
_stream
== null)
454
if (
_stream
!= null)
463
_stream
.Write(_arrayBufferWriter.WrittenSpan);
471
_stream
.Flush();
499
if (
_stream
== null)
530
if (
_stream
== null)
563
if (
_stream
!= null)
571
await
_stream
.WriteAsync(_arrayBufferWriter.WrittenMemory, cancellationToken).ConfigureAwait(false);
576
await
_stream
.FlushAsync(cancellationToken).ConfigureAwait(false);
1220
if (
_stream
!= null)
1255
if (
_stream
!= null)