6 writes to _stream
System.Text.Json (6)
System\Text\Json\Writer\Utf8JsonWriter.cs (6)
242
_stream
= utf8Json;
304
_stream
= utf8Json;
337
_stream
= null;
347
_stream
= null;
464
_stream
= null;
495
_stream
= null;
12 references to _stream
System.Text.Json (12)
System\Text\Json\Writer\Utf8JsonWriter.cs (12)
354
Debug.Assert(_output is null &&
_stream
is null && _arrayBufferWriter is null);
381
if (
_stream
== null)
407
if (
_stream
!= null)
416
_stream
.Write(_arrayBufferWriter.WrittenSpan);
424
_stream
.Flush();
452
if (
_stream
== null)
483
if (
_stream
== null)
516
if (
_stream
!= null)
524
await
_stream
.WriteAsync(_arrayBufferWriter.WrittenMemory, cancellationToken).ConfigureAwait(false);
529
await
_stream
.FlushAsync(cancellationToken).ConfigureAwait(false);
1173
if (
_stream
!= null)
1208
if (
_stream
!= null)