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