7 writes to _output
System.Text.Json (7)
System\Text\Json\Writer\Utf8JsonWriter.cs (7)
118_output = bufferWriter; 213_output = null; 236_output = bufferWriter ?? throw new ArgumentNullException(nameof(bufferWriter)); 249_output = null; 256_output = bufferWriter; 368_output = null; 399_output = null;
13 references to _output
System.Text.Json (13)
System\Text\Json\Writer\Utf8JsonWriter.cs (13)
254Debug.Assert(_output is null && _stream is null && _arrayBufferWriter is null); 281if (_output == null) 330Debug.Assert(_output != null); 333_output.Advance(BytesPending); 357if (_output == null) 388if (_output == null) 444Debug.Assert(_output != null); 447_output.Advance(BytesPending); 1086Debug.Assert(_output != null); 1088_output.Advance(BytesPending); 1092_memory = _output.GetMemory(sizeHint); 1116Debug.Assert(_output != null); 1117_memory = _output.GetMemory(sizeHint);