7 writes to _output
System.Text.Json (7)
System\Text\Json\Writer\Utf8JsonWriter.cs (7)
221_output = bufferWriter; 313_output = null; 336_output = bufferWriter ?? throw new ArgumentNullException(nameof(bufferWriter)); 349_output = null; 356_output = bufferWriter; 466_output = null; 497_output = null;
13 references to _output
System.Text.Json (13)
System\Text\Json\Writer\Utf8JsonWriter.cs (13)
354Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 384if (_output == null) 428Debug.Assert(_output != null); 431_output.Advance(BytesPending); 455if (_output == null) 486if (_output == null) 533Debug.Assert(_output != null); 536_output.Advance(BytesPending); 1186Debug.Assert(_output != null); 1188_output.Advance(BytesPending); 1192_memory = _output.GetMemory(sizeHint); 1216Debug.Assert(_output != null); 1217_memory = _output.GetMemory(sizeHint);