5 writes to nextElement
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataReader.cs (5)
100
this.
nextElement
= null;
114
this.
nextElement
= null;
496
nextElement
= GetNextElement();
534
nextElement
= GetNextElement();
749
nextElement
= null;
14 references to nextElement
System.Runtime.Serialization (14)
System\Runtime\Serialization\ExtensionDataReader.cs (14)
99
this.element =
nextElement
;
497
nextElement
.localName = name;
498
nextElement
.ns = ns;
499
nextElement
.prefix = prefix;
502
nextElement
.attributeCount = 0;
503
nextElement
.AddAttribute(Globals.XsiPrefix, Globals.SchemaInstanceNamespace, Globals.XsiNilLocalName, Globals.True);
509
node.GetData(
nextElement
);
533
if (
nextElement
== null)
535
nextElement
.attributeCount = 0;
536
nextElement
.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.RefLocalName, node.Id.ToString(NumberFormatInfo.InvariantInfo));
537
nextElement
.AddAttribute(Globals.XsiPrefix, Globals.SchemaInstanceNamespace, Globals.XsiNilLocalName, Globals.True);
614
element =
nextElement
;
744
if (
nextElement
== null)
748
element =
nextElement
;