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