2 writes to block
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
295this.block = new byte[this.blockSize]; 459this.block = new byte[this.blockSize];
2 references to block
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
368IAsyncResult result = this.stream.BeginRead(this.block, 0, blockSize, onReadComplete, this); 437this.writerAsyncArgs.Buffer = this.block;