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