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); 497node.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; 743if (_nextElement == null) 747_element = _nextElement;