1 reference to handleWriteBlockAsync
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
537this.writeBlockHandler = this.writer.Settings != null && this.writer.Settings.Async ? handleWriteBlockAsync : handleWriteBlock;