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