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