7 writes to _output
System.Text.Json (7)
System\Text\Json\Writer\Utf8JsonWriter.cs (7)
221_output = bufferWriter; 322_output = null; 365_output = bufferWriter ?? throw new ArgumentNullException(nameof(bufferWriter)); 396_output = null; 403_output = bufferWriter; 513_output = null; 544_output = null;
13 references to _output
System.Text.Json (13)
System\Text\Json\Writer\Utf8JsonWriter.cs (13)
401Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 431if (_output == null) 475Debug.Assert(_output != null); 478_output.Advance(BytesPending); 502if (_output == null) 533if (_output == null) 580Debug.Assert(_output != null); 583_output.Advance(BytesPending); 1233Debug.Assert(_output != null); 1235_output.Advance(BytesPending); 1239_memory = _output.GetMemory(sizeHint); 1263Debug.Assert(_output != null); 1264_memory = _output.GetMemory(sizeHint);