Base:
property
NodeType
System.Xml.XmlReader.NodeType
14 references to NodeType
System.Private.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
990
if (!CanReadContentAs(this.
NodeType
))
997
if (this.
NodeType
== XmlNodeType.EndElement)
999
if (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment)
1001
while (Read() && (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment))
1003
if (this.
NodeType
== XmlNodeType.EndElement)
1032
if (this.
NodeType
!= XmlNodeType.Element && this.
NodeType
!= XmlNodeType.EndElement)
1038
switch (this.
NodeType
)
1728
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement)
1767
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement)