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