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