1 write to nodeWriterAsyncState
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2599this.nodeWriterAsyncState = new AsyncEventArgs<XmlNodeWriterWriteBase64TextArgs>();
4 references to nodeWriterAsyncState
System.Runtime.Serialization (4)
System\Xml\XmlBaseWriter.cs (4)
2597if (this.nodeWriterAsyncState == null) 2614this.nodeWriterAsyncState.Set(onWriteComplete, this.nodeWriterArgs, this); 2615if (this.writer.writer.WriteBase64TextAsync(this.nodeWriterAsyncState) != AsyncCompletionResult.Completed) 2620this.nodeWriterAsyncState.Complete(true);