Base:
property
NodeType
System.Xml.XmlReader.NodeType
14 references to NodeType
System.Xml (14)
System\Xml\BinaryXml\XmlBinaryReader.cs (14)
870
if (!CanReadContentAs(this.
NodeType
)) {
875
if (this.
NodeType
== XmlNodeType.EndElement)
877
if (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment) {
878
while (Read() && (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment))
880
if (this.
NodeType
== XmlNodeType.EndElement)
906
if (this.
NodeType
!= XmlNodeType.Element && this.
NodeType
!= XmlNodeType.EndElement) {
910
switch (this.
NodeType
) {
1533
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement)
1564
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement) {