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