16 writes to _nodetype
System.Private.Xml (16)
System\Xml\BinaryXml\XmlBinaryReader.cs (16)
338
_nodetype
= XmlNodeType.None;
810
_nodetype
= _parentNodeType;
859
_nodetype
= XmlNodeType.Text;
877
_nodetype
= XmlNodeType.None;
951
_nodetype
= XmlNodeType.None;
2403
_nodetype
= XmlNodeType.Attribute;
2570
_nodetype
= XmlNodeType.XmlDeclaration;
2822
_nodetype
= XmlNodeType.None;
2970
_nodetype
= ScanOverValue(_token, false, true);
3090
_nodetype
= XmlNodeType.Element;
3104
_nodetype
= XmlNodeType.EndElement;
3144
_nodetype
= XmlNodeType.DocumentType;
3153
_nodetype
= XmlNodeType.ProcessingInstruction;
3158
_nodetype
= XmlNodeType.Comment;
3166
_nodetype
= XmlNodeType.CDATA;
3236
_nodetype
= r.NodeType;
8 references to _nodetype
System.Private.Xml (8)
System\Xml\BinaryXml\XmlBinaryReader.cs (8)
423
return
_nodetype
;
461
return XmlReader.HasValueInternal(
_nodetype
);
474
switch (
_nodetype
)
519
if (
_nodetype
== XmlNodeType.Element
520
||
_nodetype
== XmlNodeType.EndElement)
2400
_parentNodeType =
_nodetype
;
2803
switch (
_nodetype
)
2935
if (XmlNodeType.Text ==
_nodetype
)