1 write to writer
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
536this.writer = writer;
5 references to writer
System.Runtime.Serialization (5)
System\Xml\XmlDictionaryWriter.cs (5)
537this.writeBlockHandler = this.writer.Settings != null && this.writer.Settings.Async ? handleWriteBlockAsync : handleWriteBlock; 642result = thisPtr.writer.BeginWriteBase64(thisPtr.block, 0, thisPtr.bytesRead, onContinueWork, thisPtr); 649thisPtr.writer.EndWriteBase64(result); 660task = thisPtr.writer.WriteBase64Async(thisPtr.block, 0, thisPtr.bytesRead);