1 write to nodeWriterAsyncHelper
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
1387this.nodeWriterAsyncHelper = new XmlBaseWriterNodeWriterAsyncHelper(this);
3 references to nodeWriterAsyncHelper
System.Runtime.Serialization (3)
System\Xml\XmlBaseWriter.cs (3)
1385if (this.nodeWriterAsyncHelper == null) 1390this.nodeWriterAsyncHelper.SetArguments(state); 1392if (this.nodeWriterAsyncHelper.StartAsync() == AsyncCompletionResult.Completed)