1 instantiation of FlushBufferAsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
702
return new
FlushBufferAsyncResult
(this, callback, state);
4 references to FlushBufferAsyncResult
System.Runtime.Serialization (4)
System\Xml\XmlStreamNodeWriter.cs (4)
707
FlushBufferAsyncResult
.End(result);
734
FlushBufferAsyncResult
thisPtr = (
FlushBufferAsyncResult
)result.AsyncState;
757
AsyncResult.End<
FlushBufferAsyncResult
>(result);