4 writes to offset
System (4)
net\System\Net\mail\BufferBuilder.cs (4)
39
this.buffer[this.
offset
++] = value;
51
this.
offset
+= count;
92
this.
offset
+= count;
110
this.
offset
= 0;
5 references to offset
System (5)
net\System\Net\mail\BufferBuilder.cs (5)
28
if (count > this.buffer.Length - this.
offset
)
31
Buffer.BlockCopy(this.buffer, 0, newBuffer, 0, this.
offset
);
50
Buffer.BlockCopy(value, offset, this.buffer, this.
offset
, count);
90
this.buffer[this.
offset
+ i] = (byte)c;
99
return this.
offset
;