3 writes to offset
System.Runtime.Serialization (3)
System\Xml\XmlMtomWriter.cs (3)
1194
offset
= 0;
1206
offset
+= count;
1224
offset
+= count;
6 references to offset
System.Runtime.Serialization (6)
System\Xml\XmlMtomWriter.cs (6)
1163
if (count > currSize -
offset
)
1172
while (count > newSize -
offset
);
1174
Buffer.BlockCopy(buffer, 0, newBuffer, 0,
offset
);
1183
return
offset
;
1205
Buffer.BlockCopy(value, index, buffer,
offset
, count);
1222
buffer[
offset
+ i] = (byte)c;