1 write to onWriteComplete
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
434onWriteComplete = new AsyncEventArgsCallback(OnWriteComplete);
2 references to onWriteComplete
System.Runtime.Serialization (2)
System\Xml\XmlDictionaryWriter.cs (2)
432if (onWriteComplete == null) 441this.writerAsyncState.Set(onWriteComplete, this.writerAsyncArgs, this);