5 writes to _nextElement
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\ExtensionDataReader.cs (5)
91
_nextElement
= null;
105
_nextElement
= null;
484
_nextElement
= GetNextElement();
520
_nextElement
??= GetNextElement();
748
_nextElement
= null;
13 references to _nextElement
System.Private.DataContractSerialization (13)
System\Runtime\Serialization\ExtensionDataReader.cs (13)
90
_element =
_nextElement
;
485
_nextElement
.localName = name;
486
_nextElement
.ns = ns;
487
_nextElement
.prefix = prefix;
490
_nextElement
.attributeCount = 0;
491
_nextElement
.AddAttribute(Globals.XsiPrefix, Globals.SchemaInstanceNamespace, Globals.XsiNilLocalName, Globals.True);
497
node.GetData(
_nextElement
);
521
_nextElement
.attributeCount = 0;
522
_nextElement
.AddAttribute(Globals.SerPrefix, Globals.SerializationNamespace, Globals.RefLocalName, node.Id.ToString(NumberFormatInfo.InvariantInfo));
523
_nextElement
.AddAttribute(Globals.XsiPrefix, Globals.SchemaInstanceNamespace, Globals.XsiNilLocalName, Globals.True);
606
_element =
_nextElement
;
743
if (
_nextElement
== null)
747
_element =
_nextElement
;