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