1 write to onWriteComplete
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2604
onWriteComplete
= new AsyncEventArgsCallback(OnWriteComplete);
2 references to onWriteComplete
System.Runtime.Serialization (2)
System\Xml\XmlBaseWriter.cs (2)
2602
if (
onWriteComplete
== null)
2614
this.nodeWriterAsyncState.Set(
onWriteComplete
, this.nodeWriterArgs, this);