Base:
property
NodeType
Microsoft.Xml.XmlReader.NodeType
14 references to NodeType
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (14)
1001
if (!CanReadContentAs(this.
NodeType
))
1008
if (this.
NodeType
== XmlNodeType.EndElement)
1010
if (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment)
1012
while (Read() && (this.
NodeType
== XmlNodeType.ProcessingInstruction || this.
NodeType
== XmlNodeType.Comment))
1014
if (this.
NodeType
== XmlNodeType.EndElement)
1043
if (this.
NodeType
!= XmlNodeType.Element && this.
NodeType
!= XmlNodeType.EndElement)
1049
switch (this.
NodeType
)
1739
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement)
1778
if (this.
NodeType
== XmlNodeType.Element || this.
NodeType
== XmlNodeType.EndElement)