3 writes to _offset
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
47_maxCount = _count = _offset = 0; 155_offset = 0; 173_offset = (byte)JsonConstants.Utf8Bom.Length;
3 references to _offset
System.Text.Json (3)
System\Text\Json\Serialization\StreamReadBufferState.cs (3)
54public readonly ReadOnlySequence<byte> Bytes => new(_buffer.AsMemory(_offset, _count)); 140Buffer.BlockCopy(oldBuffer, _offset + bytesConsumedInt, newBuffer, 0, _count); 151Buffer.BlockCopy(_buffer, _offset + bytesConsumedInt, _buffer, 0, _count);