1 write to nodeWriterArgs
System.Runtime.Serialization (1)
System\Xml\XmlBaseWriter.cs (1)
2600this.nodeWriterArgs = new XmlNodeWriterWriteBase64TextArgs();
6 references to nodeWriterArgs
System.Runtime.Serialization (6)
System\Xml\XmlBaseWriter.cs (6)
2608this.nodeWriterArgs.TrailBuffer = this.writer.trailBytes; 2609this.nodeWriterArgs.TrailCount = this.writer.trailByteCount; 2610this.nodeWriterArgs.Buffer = this.buffer; 2611this.nodeWriterArgs.Offset = this.offset; 2612this.nodeWriterArgs.Count = this.actualByteCount - this.writer.trailByteCount; 2614this.nodeWriterAsyncState.Set(onWriteComplete, this.nodeWriterArgs, this);