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