47 references to Node
System.Private.DataContractSerialization (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));
398
if (this.
Node
.CanMoveToElement)
405
if (this.
Node
.ReadState == ReadState.Closed)
409
if (this.
Node
.ExitScope)
569
else if (this.
Node
.NodeType == XmlNodeType.Element)
582
else if (this.
Node
.NodeType == XmlNodeType.EndElement)
754
string value = UnescapeJsonString(this.
Node
.ValueAsString);
759
if (this.
Node
.QNameType == QNameType.Xmlns)
761
this.
Node
.Namespace.Uri.SetValue(0, 0);
765
this.
Node
.Value.SetValue(ValueHandleType.UTF8, 0, 0);
System\Xml\XmlBaseReader.cs (14)
1289
XmlNode node = this.
Node
;
1300
XmlNode node = this.
Node
;
1523
XmlNode node = this.
Node
;
1546
XmlNode node = this.
Node
;
1558
XmlNode node = this.
Node
;
1570
XmlNode node = this.
Node
;
1582
XmlNode node = this.
Node
;
1594
XmlNode node = this.
Node
;
1606
XmlNode node = this.
Node
;
1618
XmlNode node = this.
Node
;
1630
XmlNode node = this.
Node
;
1642
XmlNode node = this.
Node
;
1654
XmlNode node = this.
Node
;
1666
XmlNode node = this.
Node
;
System\Xml\XmlBinaryReader.cs (16)
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)
300
if (!this.
Node
.Value.TryGetByteArrayLength(out totalLength))
370
if (this.
Node
.ReadState == ReadState.Closed)
389
if (this.
Node
.ExitScope)
704
if (!this.
Node
.Value.IsWhitespace())
1123
if (this.
Node
.NodeType != XmlNodeType.Element)
1128
if (this.
Node
.NodeType != XmlNodeType.EndElement)
System\Xml\XmlUTF8TextReader.cs (4)
619
if (this.
Node
.ReadState != ReadState.Initial)
1285
if (this.
Node
.ReadState == ReadState.Closed)
1288
if (this.
Node
.CanMoveToElement)
1296
if (this.
Node
.ExitScope)