4 writes to nodeState
System.Runtime.Serialization (4)
System\Xml\XmlUTF8TextWriter.cs (4)
782this.nodeState = xmlNodeWriterState; 801this.nodeState = null; 840thisPtr.nodeState = null; 865thisPtr.nodeState = null;
6 references to nodeState
System.Runtime.Serialization (6)
System\Xml\XmlUTF8TextWriter.cs (6)
780Fx.Assert(this.nodeState == null, "nodeState is not null."); 839AsyncEventArgs<XmlNodeWriterWriteBase64TextArgs> state = thisPtr.nodeState; 847this.writerArgs.Buffer = nodeState.Arguments.Buffer; 848this.writerArgs.Offset = nodeState.Arguments.Offset; 849this.writerArgs.Count = nodeState.Arguments.Count; 864AsyncEventArgs<XmlNodeWriterWriteBase64TextArgs> state = thisPtr.nodeState;