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