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