Base:
property
NodeType
System.Xml.XmlReader.NodeType
60 references to NodeType
System.Private.Xml (60)
System\Xml\Core\XsdValidatingReader.cs (46)
419
switch (
NodeType
)
448
if (!CanReadContentAs(this.
NodeType
))
458
if (!CanReadContentAs(this.
NodeType
))
464
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
492
if (!CanReadContentAs(this.
NodeType
))
498
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
526
if (!CanReadContentAs(this.
NodeType
))
532
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
560
if (!CanReadContentAs(this.
NodeType
))
566
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
594
if (!CanReadContentAs(this.
NodeType
))
600
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
628
if (!CanReadContentAs(this.
NodeType
))
634
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
662
if (!CanReadContentAs(this.
NodeType
))
668
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
697
if (!CanReadContentAs(this.
NodeType
))
703
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
732
if (!CanReadContentAs(this.
NodeType
))
739
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
774
if (this.
NodeType
!= XmlNodeType.Element)
785
if (this.
NodeType
!= XmlNodeType.Element)
820
if (this.
NodeType
!= XmlNodeType.Element)
855
if (this.
NodeType
!= XmlNodeType.Element)
890
if (this.
NodeType
!= XmlNodeType.Element)
925
if (this.
NodeType
!= XmlNodeType.Element)
960
if (this.
NodeType
!= XmlNodeType.Element)
995
if (this.
NodeType
!= XmlNodeType.Element)
1030
if (this.
NodeType
!= XmlNodeType.Element)
1065
if (this.
NodeType
!= XmlNodeType.Element)
1510
switch (
NodeType
)
1575
if (
NodeType
== XmlNodeType.Attribute)
1714
switch (
NodeType
)
1747
switch (
NodeType
)
1765
switch (
NodeType
)
1801
switch (
NodeType
)
1832
switch (
NodeType
)
1856
if (
NodeType
== XmlNodeType.Element ||
NodeType
== XmlNodeType.EndElement)
1869
if (
NodeType
== XmlNodeType.Attribute)
2366
XmlNodeType nodeType = this.
NodeType
;
2440
Debug.Assert(this.
NodeType
== XmlNodeType.Element);
2467
if (this.
NodeType
== XmlNodeType.EndElement)
2491
else if (this.
NodeType
== XmlNodeType.Element)
2501
if (this.
NodeType
!= XmlNodeType.EndElement)
2740
Debug.Assert(
NodeType
!= XmlNodeType.Attribute);
System\Xml\Core\XsdValidatingReaderAsync.cs (14)
33
if (!CanReadContentAs(this.
NodeType
))
43
if (!CanReadContentAs(this.
NodeType
))
49
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
77
if (!CanReadContentAs(this.
NodeType
))
89
XmlSchemaType? xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
124
if (this.
NodeType
!= XmlNodeType.Element)
136
if (this.
NodeType
!= XmlNodeType.Element)
176
if (this.
NodeType
!= XmlNodeType.Element)
348
switch (
NodeType
)
692
XmlNodeType nodeType = this.
NodeType
;
776
Debug.Assert(this.
NodeType
== XmlNodeType.Element);
801
if (this.
NodeType
== XmlNodeType.EndElement)
826
else if (this.
NodeType
== XmlNodeType.Element)
839
if (this.
NodeType
!= XmlNodeType.EndElement)