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