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