47 references to Node
System.Runtime.Serialization (47)
System\Runtime\Serialization\Json\XmlJsonReader.cs (13)
319
return (this.
Node
.NodeType == XmlNodeType.Attribute || this.
Node
is XmlAttributeTextNode);
335
return ((!this.
Node
.IsAtomicValue) &&
336
(this.
Node
.NodeType == XmlNodeType.Text));
403
if (this.
Node
.CanMoveToElement)
410
if (this.
Node
.ReadState == ReadState.Closed)
414
if (this.
Node
.ExitScope)
573
else if (this.
Node
.NodeType == XmlNodeType.Element)
586
else if (this.
Node
.NodeType == XmlNodeType.EndElement)
792
string value = UnescapeJsonString(this.
Node
.ValueAsString);
797
if (this.
Node
.QNameType == QNameType.Xmlns)
799
this.
Node
.Namespace.Uri.SetValue(0, 0);
803
this.
Node
.Value.SetValue(ValueHandleType.UTF8, 0, 0);
System\Xml\XmlBaseReader.cs (14)
1395
XmlNode node = this.
Node
;
1406
XmlNode node = this.
Node
;
1637
XmlNode node = this.
Node
;
1660
XmlNode node = this.
Node
;
1672
XmlNode node = this.
Node
;
1684
XmlNode node = this.
Node
;
1696
XmlNode node = this.
Node
;
1708
XmlNode node = this.
Node
;
1720
XmlNode node = this.
Node
;
1732
XmlNode node = this.
Node
;
1744
XmlNode node = this.
Node
;
1756
XmlNode node = this.
Node
;
1768
XmlNode node = this.
Node
;
1780
XmlNode node = this.
Node
;
System\Xml\XmlBinaryReader.cs (16)
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)
314
if (!this.
Node
.Value.TryGetByteArrayLength(out totalLength))
384
if (this.
Node
.ReadState == ReadState.Closed)
402
if (this.
Node
.ExitScope)
718
if (!this.
Node
.Value.IsWhitespace())
1133
if (this.
Node
.NodeType != XmlNodeType.Element)
1138
if (this.
Node
.NodeType != XmlNodeType.EndElement)
System\Xml\XmlUTF8TextReader.cs (4)
380
if (this.
Node
.ReadState != ReadState.Initial)
1050
if (this.
Node
.ReadState == ReadState.Closed)
1053
if (this.
Node
.CanMoveToElement)
1060
if (this.
Node
.ExitScope)