1 write to writerAsyncState
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
429
this.
writerAsyncState
= new AsyncEventArgs<XmlWriteBase64AsyncArguments>();
4 references to writerAsyncState
System.Runtime.Serialization (4)
System\Xml\XmlDictionaryWriter.cs (4)
426
if (this.
writerAsyncState
== null)
441
this.
writerAsyncState
.Set(onWriteComplete, this.writerAsyncArgs, this);
442
if (this.writer.WriteBase64Async(this.
writerAsyncState
) == AsyncCompletionResult.Completed)
445
this.
writerAsyncState
.Complete(true);