1 write to writerAsyncArgs
System.Runtime.Serialization (1)
System\Xml\XmlDictionaryWriter.cs (1)
428
this.
writerAsyncArgs
= new XmlWriteBase64AsyncArguments();
4 references to writerAsyncArgs
System.Runtime.Serialization (4)
System\Xml\XmlDictionaryWriter.cs (4)
437
this.
writerAsyncArgs
.Buffer = this.block;
438
this.
writerAsyncArgs
.Offset = 0;
439
this.
writerAsyncArgs
.Count = this.bytesRead;
441
this.writerAsyncState.Set(onWriteComplete, this.
writerAsyncArgs
, this);