1 instantiation of WriteBytesAsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
366
return new
WriteBytesAsyncResult
(byteBuffer, byteOffset, byteCount, this, callback, state);
8 references to WriteBytesAsyncResult
System.Runtime.Serialization (8)
System\Xml\XmlStreamNodeWriter.cs (8)
371
WriteBytesAsyncResult
.End(result);
412
WriteBytesAsyncResult
thisPtr = (
WriteBytesAsyncResult
)result.AsyncState;
418
WriteBytesAsyncResult
thisPtr = (
WriteBytesAsyncResult
)result.AsyncState;
424
WriteBytesAsyncResult
thisPtr = (
WriteBytesAsyncResult
)result.AsyncState;
480
AsyncResult.End<
WriteBytesAsyncResult
>(result);