7 writes to _output
System.Text.Json (7)
System\Text\Json\Writer\Utf8JsonWriter.cs (7)
224_output = bufferWriter; 319_output = null; 342_output = bufferWriter ?? throw new ArgumentNullException(nameof(bufferWriter)); 355_output = null; 362_output = bufferWriter; 472_output = null; 503_output = null;
13 references to _output
System.Text.Json (13)
System\Text\Json\Writer\Utf8JsonWriter.cs (13)
360Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 390if (_output == null) 434Debug.Assert(_output != null); 437_output.Advance(BytesPending); 461if (_output == null) 492if (_output == null) 539Debug.Assert(_output != null); 542_output.Advance(BytesPending); 1198Debug.Assert(_output != null); 1200_output.Advance(BytesPending); 1204_memory = _output.GetMemory(sizeHint); 1228Debug.Assert(_output != null); 1229_memory = _output.GetMemory(sizeHint);