2 writes to NodeType
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (2)
247
_whitespaceTextNode.
NodeType
= XmlNodeType.SignificantWhitespace;
249
_whitespaceTextNode.
NodeType
= XmlNodeType.Whitespace;
31 references to NodeType
dotnet-svcutil-lib (31)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (19)
847
if (_node.
NodeType
!= XmlNodeType.Text && _node.
NodeType
!= XmlNodeType.CDATA)
868
if (_node.
NodeType
== XmlNodeType.Attribute)
876
return _node.
NodeType
;
946
return _node.
NodeType
;
1007
XmlNodeType nodeType = _node.
NodeType
;
1015
if (_node.
NodeType
== XmlNodeType.Element)
1038
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.Prefix == prefix && _node.LocalName == localName;
1047
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.LocalName == localName && _node.IsNamespaceUri(namespaceUri);
1056
return (_node.
NodeType
== XmlNodeType.Element || IsStartElement()) && _node.LocalName == localName && _node.IsNamespaceUri(namespaceUri);
1204
if (_node.
NodeType
!= XmlNodeType.Element)
1222
if (_node.
NodeType
!= XmlNodeType.Element)
1241
if (_node.
NodeType
!= XmlNodeType.EndElement && MoveToContent() != XmlNodeType.EndElement)
1243
int nodeDepth = _node.
NodeType
== XmlNodeType.Element ? _depth - 1 : _depth;
1352
while (_node.
NodeType
!= XmlNodeType.Comment && _node.Value.TryReadBase64(buffer, offset, count, out actual))
1360
XmlNodeType nodeType = _node.
NodeType
;
1378
XmlNodeType nodeType = _node.
NodeType
;
1681
if ((_node.
NodeType
== XmlNodeType.Element || MoveToElement()) && !IsEmptyElement)
1689
if (_node.
NodeType
== XmlNodeType.EndElement)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (12)
79
if (this.Node.
NodeType
!= XmlNodeType.Element)
107
if (this.Node.
NodeType
!= XmlNodeType.Element)
138
if (this.Node.
NodeType
!= XmlNodeType.Element)
184
if (this.Node.
NodeType
!= XmlNodeType.Element)
198
if (this.Node.
NodeType
!= XmlNodeType.Element)
212
if (this.Node.
NodeType
!= XmlNodeType.Element)
226
if (this.Node.
NodeType
!= XmlNodeType.Element)
240
if (this.Node.
NodeType
!= XmlNodeType.Element)
254
if (this.Node.
NodeType
!= XmlNodeType.Element)
268
if (this.Node.
NodeType
!= XmlNodeType.Element)
1103
if (this.Node.
NodeType
!= XmlNodeType.Element)
1108
if (this.Node.
NodeType
!= XmlNodeType.EndElement)