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