16 writes to _nodetype
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (16)
366
_nodetype
= XmlNodeType.None;
831
_nodetype
= _parentNodeType;
879
_nodetype
= XmlNodeType.Text;
896
_nodetype
= XmlNodeType.None;
962
_nodetype
= XmlNodeType.None;
2423
_nodetype
= XmlNodeType.Attribute;
2590
_nodetype
= XmlNodeType.XmlDeclaration;
2843
_nodetype
= XmlNodeType.None;
2991
_nodetype
= ScanOverValue(_token, false, true);
3111
_nodetype
= XmlNodeType.Element;
3125
_nodetype
= XmlNodeType.EndElement;
3165
_nodetype
= XmlNodeType.DocumentType;
3174
_nodetype
= XmlNodeType.ProcessingInstruction;
3179
_nodetype
= XmlNodeType.Comment;
3187
_nodetype
= XmlNodeType.CDATA;
3255
_nodetype
= r.NodeType;
8 references to _nodetype
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\BinaryXml\XmlBinaryReader.cs (8)
460
return
_nodetype
;
495
return XmlReader.HasValueInternal(
_nodetype
);
508
switch (
_nodetype
)
550
if (
_nodetype
== XmlNodeType.Element
551
||
_nodetype
== XmlNodeType.EndElement)
2420
_parentNodeType =
_nodetype
;
2824
switch (
_nodetype
)
2956
if (XmlNodeType.Text ==
_nodetype
)