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