2 writes to valueBuffer
System.Runtime.Serialization (2)
System\Xml\XmlMtomReader.cs (2)
1358this.valueBuffer = new byte[byteCount]; 1362Array.Resize(ref this.valueBuffer, byteCount);
7 references to valueBuffer
System.Runtime.Serialization (7)
System\Xml\XmlMtomReader.cs (7)
1175Buffer.BlockCopy(this.valueBuffer, this.valueOffset, buffer, offset, count); 1220Buffer.BlockCopy(this.valueBuffer, this.valueOffset, buffer, offset, count); 1350Buffer.BlockCopy(this.valueBuffer, this.valueOffset, this.valueBuffer, 0, this.valueCount); 1356if (this.valueBuffer == null) 1360else if (this.valueBuffer.Length < byteCount) 1364byte[] buffer = this.valueBuffer;