8 writes to offset
System.Runtime.Serialization (8)
System\Xml\XmlStreamNodeWriter.cs (8)
39this.offset = 0; 186this.offset = 0; 209thisPtr.offset = 0; 305offset += count; 319buffer[offset++] = b; 339this.offset += 2; 696offset = 0; 750this.writer.offset = 0;
14 references to offset
System.Runtime.Serialization (14)
System\Xml\XmlStreamNodeWriter.cs (14)
72return offset; 80return (int)stream.Position + offset; 87int bufferOffset = this.offset; 114int bufferOffset = this.offset; 172if (this.offset != 0) 179IAsyncResult result = stream.BeginWrite(buffer, 0, this.offset, onFlushBufferComplete, this); 251int bufferOffset = writer.offset; 304Fx.Assert(offset + count <= bufferLength, ""); 310if (offset >= bufferLength) 331int offset = this.offset; 693if (offset != 0) 695stream.Write(buffer, 0, offset); 721if (writer.offset != 0) 742result = this.writer.stream.BeginWrite(writer.buffer, 0, writer.offset, PrepareAsyncCompletion(onComplete), this);