1 write to onGetFlushComplete
System.Runtime.Serialization (1)
System\Xml\XmlStreamNodeWriter.cs (1)
123
onGetFlushComplete
= new AsyncEventArgsCallback(GetBufferFlushComplete);
2 references to onGetFlushComplete
System.Runtime.Serialization (2)
System\Xml\XmlStreamNodeWriter.cs (2)
121
if (
onGetFlushComplete
== null)
130
this.flushBufferState.Set(
onGetFlushComplete
, getBufferState, this);