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