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