1 write to writerArgs
System.Runtime.Serialization (1)
System\Xml\XmlUTF8TextWriter.cs (1)
774
this.
writerArgs
= new XmlWriteBase64AsyncArguments();
8 references to writerArgs
System.Runtime.Serialization (8)
System\Xml\XmlUTF8TextWriter.cs (8)
787
this.
writerArgs
.Buffer = nodeWriterArgs.TrailBuffer;
788
this.
writerArgs
.Offset = 0;
789
this.
writerArgs
.Count = nodeWriterArgs.TrailCount;
791
this.writerState.Set(onTrailByteComplete, this.
writerArgs
, this);
847
this.
writerArgs
.Buffer = nodeState.Arguments.Buffer;
848
this.
writerArgs
.Offset = nodeState.Arguments.Offset;
849
this.
writerArgs
.Count = nodeState.Arguments.Count;
851
this.writerState.Set(onWriteComplete, this.
writerArgs
, this);