3 writes to offset
System.ServiceModel.Primitives (3)
Internals\System\Xml\XmlMtomWriter.cs (3)
1439offset = 0; 1451offset += count; 1469offset += count;
6 references to offset
System.ServiceModel.Primitives (6)
Internals\System\Xml\XmlMtomWriter.cs (6)
1408if (count > currSize - offset) 1417while (count > newSize - offset); 1419Buffer.BlockCopy(buffer, 0, newBuffer, 0, offset); 1428return offset; 1450Buffer.BlockCopy(value, index, buffer, offset, count); 1467buffer[offset + i] = (byte)c;