1 instantiation of WriteValueAsyncResult
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
251
return new
WriteValueAsyncResult
(this, value, callback, state);
9 references to WriteValueAsyncResult
System.Runtime.Serialization (9)
System\Xml\XmlDictionaryWriter.cs (9)
263
WriteValueAsyncResult
.End(result);
526
Func<IAsyncResult,
WriteValueAsyncResult
, bool> writeBlockHandler;
528
static Func<IAsyncResult,
WriteValueAsyncResult
, bool> handleWriteBlock = HandleWriteBlock;
529
static Func<IAsyncResult,
WriteValueAsyncResult
, bool> handleWriteBlockAsync = HandleWriteBlockAsync;
638
static bool HandleWriteBlock(IAsyncResult result,
WriteValueAsyncResult
thisPtr)
654
static bool HandleWriteBlockAsync(IAsyncResult result,
WriteValueAsyncResult
thisPtr)
680
WriteValueAsyncResult
thisPtr = (
WriteValueAsyncResult
)result.AsyncState;
705
AsyncResult.End<
WriteValueAsyncResult
>(result);