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)
360
Debug.Assert(_output is null &&
_stream
is null && _arrayBufferWriter is null);
387
if (
_stream
== null)
413
if (
_stream
!= null)
422
_stream
.Write(_arrayBufferWriter.WrittenSpan);
430
_stream
.Flush();
458
if (
_stream
== null)
489
if (
_stream
== null)
522
if (
_stream
!= null)
530
await
_stream
.WriteAsync(_arrayBufferWriter.WrittenMemory, cancellationToken).ConfigureAwait(false);
535
await
_stream
.FlushAsync(cancellationToken).ConfigureAwait(false);
1185
if (
_stream
!= null)
1220
if (
_stream
!= null)