2 writes to NodeType
System.Runtime.Serialization (2)
System\Xml\XmlBaseReader.cs (2)
258
whitespaceTextNode.
NodeType
= XmlNodeType.SignificantWhitespace;
260
whitespaceTextNode.
NodeType
= XmlNodeType.Whitespace;
36 references to NodeType
System.Runtime.Serialization (36)
System\Runtime\Serialization\Json\XmlJsonReader.cs (4)
319
return (this.Node.
NodeType
== XmlNodeType.Attribute || this.Node is XmlAttributeTextNode);
336
(this.Node.
NodeType
== XmlNodeType.Text));
573
else if (this.Node.
NodeType
== XmlNodeType.Element)
586
else if (this.Node.
NodeType
== XmlNodeType.EndElement)
System\Xml\XmlBaseReader.cs (20)
855
if (node.
NodeType
!= XmlNodeType.Text && node.
NodeType
!= XmlNodeType.CDATA)
876
if (node.
NodeType
== XmlNodeType.Attribute)
884
return node.
NodeType
;
945
return node.
NodeType
;
1092
XmlNodeType nodeType = node.
NodeType
;
1100
if (node.
NodeType
== XmlNodeType.Element)
1123
return (node.
NodeType
== XmlNodeType.Element || IsStartElement()) && node.Prefix == prefix && node.LocalName == localName;
1132
return (node.
NodeType
== XmlNodeType.Element || IsStartElement()) && node.LocalName == localName && node.IsNamespaceUri(namespaceUri);
1141
return (node.
NodeType
== XmlNodeType.Element || IsStartElement()) && node.LocalName == localName && node.IsNamespaceUri(namespaceUri);
1289
if (node.
NodeType
!= XmlNodeType.Element)
1337
if (node.
NodeType
!= XmlNodeType.Element)
1356
if (node.
NodeType
!= XmlNodeType.EndElement && MoveToContent() != XmlNodeType.EndElement)
1358
int nodeDepth = node.
NodeType
== XmlNodeType.Element ? this.depth - 1 : this.depth;
1467
while (node.
NodeType
!= XmlNodeType.Comment && node.Value.TryReadBase64(buffer, offset, count, out actual))
1475
XmlNodeType nodeType = node.
NodeType
;
1539
XmlNodeType nodeType = node.
NodeType
;
1840
if ((node.
NodeType
== XmlNodeType.Element || MoveToElement()) && !IsEmptyElement)
1848
if (node.
NodeType
== XmlNodeType.EndElement)
2075
switch (node.
NodeType
)
System\Xml\XmlBinaryReader.cs (12)
105
if (this.Node.
NodeType
!= XmlNodeType.Element)
133
if (this.Node.
NodeType
!= XmlNodeType.Element)
164
if (this.Node.
NodeType
!= XmlNodeType.Element)
210
if (this.Node.
NodeType
!= XmlNodeType.Element)
224
if (this.Node.
NodeType
!= XmlNodeType.Element)
238
if (this.Node.
NodeType
!= XmlNodeType.Element)
252
if (this.Node.
NodeType
!= XmlNodeType.Element)
266
if (this.Node.
NodeType
!= XmlNodeType.Element)
280
if (this.Node.
NodeType
!= XmlNodeType.Element)
294
if (this.Node.
NodeType
!= XmlNodeType.Element)
1133
if (this.Node.
NodeType
!= XmlNodeType.Element)
1138
if (this.Node.
NodeType
!= XmlNodeType.EndElement)