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