5 writes to nodeType
System.Runtime.Serialization (5)
System\Runtime\Serialization\ExtensionDataReader.cs (5)
170
this.
nodeType
= XmlNodeType.Attribute;
227
this.
nodeType
= XmlNodeType.Element;
316
this.
nodeType
= XmlNodeType.Text;
325
this.
nodeType
= XmlNodeType.EndElement;
338
this.
nodeType
= XmlNodeType.None;
3 references to nodeType
System.Runtime.Serialization (3)
System\Runtime\Serialization\ExtensionDataReader.cs (3)
121
public override XmlNodeType NodeType { get { return IsXmlDataNode ? xmlNodeReader.NodeType :
nodeType
; } }
218
if (this.
nodeType
!= XmlNodeType.Attribute)
301
if (
nodeType
== XmlNodeType.Attribute && MoveToNextAttribute())