2 writes to NodeType
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseReader.cs (2)
221
_whitespaceTextNode.
NodeType
= XmlNodeType.SignificantWhitespace;
223
_whitespaceTextNode.
NodeType
= XmlNodeType.Whitespace;
36 references to NodeType
System.Private.DataContractSerialization (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));
569
else if (this.Node.
NodeType
== XmlNodeType.Element)
582
else if (this.Node.
NodeType
== XmlNodeType.EndElement)
System\Xml\XmlBaseReader.cs (20)
826
if (_node.
NodeType
!= XmlNodeType.Text && _node.
NodeType
!= XmlNodeType.CDATA)
847
if (_node.
NodeType
== XmlNodeType.Attribute)
855
return _node.
NodeType
;
925
return _node.
NodeType
;
993
XmlNodeType nodeType = _node.
NodeType
;
1001
if (_node.
NodeType
== XmlNodeType.Element)
1024
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.Prefix == prefix && _node.LocalName == localName;
1033
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.LocalName == localName && _node.IsNamespaceUri(namespaceUri);
1041
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.LocalName == localName && _node.IsNamespaceUri(namespaceUri);
1183
if (_node.
NodeType
!= XmlNodeType.Element)
1231
if (_node.
NodeType
!= XmlNodeType.Element)
1250
if (_node.
NodeType
!= XmlNodeType.EndElement && MoveToContent() != XmlNodeType.EndElement)
1252
int nodeDepth = _node.
NodeType
== XmlNodeType.Element ? _depth - 1 : _depth;
1359
while (_node.
NodeType
!= XmlNodeType.Comment && _node.Value.TryReadBase64(buffer, offset, count, out actual))
1367
XmlNodeType nodeType = _node.
NodeType
;
1431
XmlNodeType nodeType = _node.
NodeType
;
1726
if ((_node.
NodeType
== XmlNodeType.Element || MoveToElement()) && !IsEmptyElement)
1734
if (_node.
NodeType
== XmlNodeType.EndElement)
1950
switch (_node.
NodeType
)
System\Xml\XmlBinaryReader.cs (12)
91
if (this.Node.
NodeType
!= XmlNodeType.Element)
119
if (this.Node.
NodeType
!= XmlNodeType.Element)
150
if (this.Node.
NodeType
!= XmlNodeType.Element)
196
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)
1123
if (this.Node.
NodeType
!= XmlNodeType.Element)
1128
if (this.Node.
NodeType
!= XmlNodeType.EndElement)