13 writes to nodeType
System.Xml (13)
System\Xml\XPath\XPathNavigatorReader.cs (13)
115this.nodeType = XPathNavigatorReader.ToXmlNodeType( this.nav.NodeType ); 333this.nodeType = XmlNodeType.Attribute; 593this.nodeType = XmlNodeType.Attribute; 666this.nodeType = XmlNodeType.Element; 718this.nodeType = XmlNodeType.Text; 859this.nodeType = ToXmlNodeType( this.nav.NodeType ); 864this.nodeType = ToXmlNodeType( this.nav.NodeType ); 870this.nodeType = XmlNodeType.EndElement; 883this.nodeType = ToXmlNodeType( this.nav.NodeType ); 888this.nodeType = XmlNodeType.EndElement; 904this.nodeType = ToXmlNodeType( this.nav.NodeType ); 923this.nodeType = XmlNodeType.None; 933this.nodeType = XmlNodeType.None;
12 references to nodeType
System.Xml (12)
System\Xml\XPath\XPathNavigatorReader.cs (12)
166if ( this.nodeType == XmlNodeType.Text ) 177get { return this.nodeType; } 260if( ( this.nodeType != XmlNodeType.Element ) 261&& ( this.nodeType !=XmlNodeType.Document ) 262&& ( this.nodeType !=XmlNodeType.EndElement ) 263&& ( this.nodeType !=XmlNodeType.None ) ) 271if( ( this.nodeType != XmlNodeType.Element ) 272&& ( this.nodeType !=XmlNodeType.Document ) 273&& ( this.nodeType !=XmlNodeType.EndElement ) 274&& ( this.nodeType !=XmlNodeType.None ) ) 304if (this.nodeType == XmlNodeType.Element) 868else if ( this.nodeType == XmlNodeType.Element