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