Base:
property
NodeType
System.Xml.XmlReader.NodeType
14 references to NodeType
System.Data.SqlXml (14)
System\Xml\Xsl\XsltOld\ReaderOutput.cs (14)
108return XmlReader.HasValueInternal(NodeType); 255if (NodeType == XmlNodeType.Attribute || this.currentInfo == this.attributeValue) { 287switch (this.NodeType) { 333if (NodeType == XmlNodeType.Element || NodeType == XmlNodeType.Attribute || this.currentInfo == this.attributeValue) { 346switch (NodeType) { 371if (NodeType == XmlNodeType.Element && ! IsEmptyElement) { 382Debug.Assert(NodeType == XmlNodeType.EndElement); 388else if(NodeType == XmlNodeType.Attribute) { 400if (NodeType == XmlNodeType.Element) { 423else if(NodeType == XmlNodeType.Attribute) { 454Debug.Assert(NodeType != XmlNodeType.EntityReference); 456if (NodeType != XmlNodeType.EntityReference) { 462if (ReadState != ReadState.Interactive || NodeType != XmlNodeType.Attribute) {