4 writes to _offset
System.Windows.Forms.Primitives (4)
System\Windows\Forms\Internals\UnicodeCharBuffer.cs (4)
39_offset = i; 46_offset = 0; 53_offset += count; 56_buffer[_offset++] = (char)0;
6 references to _offset
System.Windows.Forms.Primitives (6)
System\Windows\Forms\Internals\UnicodeCharBuffer.cs (6)
27int i = _offset; 33string result = new(_buffer, _offset, i - _offset); 51int count = Math.Min(s.Length, _buffer.Length - _offset); 52s.CopyTo(0, _buffer, _offset, count); 54if (_offset < _buffer.Length)