3 references to onContinueWork
System.Runtime.Serialization (3)
System\Xml\XmlDictionaryWriter.cs (3)
626
result = this.stream.BeginRead(this.block, 0, blockSize,
onContinueWork
, this);
642
result = thisPtr.writer.BeginWriteBase64(thisPtr.block, 0, thisPtr.bytesRead,
onContinueWork
, thisPtr);
661
task.AsAsyncResult(
onContinueWork
, thisPtr);