1 write to byteCount
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
390
this.
byteCount
= byteCount;
4 references to byteCount
System.Runtime.Serialization (4)
System\Xml\XmlStreamNodeWriter.cs (4)
432
result = writer.BeginGetBuffer(this.
byteCount
, PrepareAsyncCompletion(onHandleGetBufferComplete), this);
442
Buffer.BlockCopy(this.byteBuffer, this.byteOffset, buffer, offset, this.
byteCount
);
443
writer.Advance(this.
byteCount
);
467
result = writer.stream.BeginWrite(this.byteBuffer, this.byteOffset, this.
byteCount
, PrepareAsyncCompletion(onHandleWrite), this);