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