Base:
property
NodeType
Microsoft.Xml.XmlReader.NodeType
60 references to NodeType
dotnet-svcutil-lib (60)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (46)
412
switch (
NodeType
)
437
if (!CanReadContentAs(this.
NodeType
))
447
if (!CanReadContentAs(this.
NodeType
))
452
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
480
if (!CanReadContentAs(this.
NodeType
))
485
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
513
if (!CanReadContentAs(this.
NodeType
))
518
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
546
if (!CanReadContentAs(this.
NodeType
))
551
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
579
if (!CanReadContentAs(this.
NodeType
))
584
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
612
if (!CanReadContentAs(this.
NodeType
))
617
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
645
if (!CanReadContentAs(this.
NodeType
))
650
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
678
if (!CanReadContentAs(this.
NodeType
))
683
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
711
if (!CanReadContentAs(this.
NodeType
))
719
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; //TODO special case for xsd:duration and xsd:dateTime
753
if (this.
NodeType
!= XmlNodeType.Element)
764
if (this.
NodeType
!= XmlNodeType.Element)
799
if (this.
NodeType
!= XmlNodeType.Element)
834
if (this.
NodeType
!= XmlNodeType.Element)
869
if (this.
NodeType
!= XmlNodeType.Element)
904
if (this.
NodeType
!= XmlNodeType.Element)
939
if (this.
NodeType
!= XmlNodeType.Element)
974
if (this.
NodeType
!= XmlNodeType.Element)
1009
if (this.
NodeType
!= XmlNodeType.Element)
1044
if (this.
NodeType
!= XmlNodeType.Element)
1449
switch (
NodeType
)
1509
if (
NodeType
== XmlNodeType.Attribute)
1641
switch (
NodeType
)
1671
switch (
NodeType
)
1688
switch (
NodeType
)
1719
switch (
NodeType
)
1748
switch (
NodeType
)
1770
if (
NodeType
== XmlNodeType.Element ||
NodeType
== XmlNodeType.EndElement)
1782
if (
NodeType
== XmlNodeType.Attribute)
2250
XmlNodeType nodeType = this.
NodeType
;
2323
Debug.Assert(this.
NodeType
== XmlNodeType.Element);
2346
if (this.
NodeType
== XmlNodeType.EndElement)
2366
else if (this.
NodeType
== XmlNodeType.Element)
2375
if (this.
NodeType
!= XmlNodeType.EndElement)
2586
Debug.Assert(
NodeType
!= XmlNodeType.Attribute);
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReaderAsync.cs (14)
37
if (!CanReadContentAs(this.
NodeType
))
47
if (!CanReadContentAs(this.
NodeType
))
52
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType;
80
if (!CanReadContentAs(this.
NodeType
))
91
XmlSchemaType xmlType =
NodeType
== XmlNodeType.Attribute ? AttributeXmlType : ElementXmlType; //TODO special case for xsd:duration and xsd:dateTime
125
if (this.
NodeType
!= XmlNodeType.Element)
137
if (this.
NodeType
!= XmlNodeType.Element)
175
if (this.
NodeType
!= XmlNodeType.Element)
342
switch (
NodeType
)
666
XmlNodeType nodeType = this.
NodeType
;
750
Debug.Assert(this.
NodeType
== XmlNodeType.Element);
774
if (this.
NodeType
== XmlNodeType.EndElement)
794
else if (this.
NodeType
== XmlNodeType.Element)
806
if (this.
NodeType
!= XmlNodeType.EndElement)