1 write to _nodeType
System.Private.Xml (1)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
28
_nodeType
= input.NodeType;
4 references to _nodeType
System.Private.Xml (4)
System\Xml\Xsl\XsltOld\BeginEvent.cs (4)
33
if (
_nodeType
== XPathNodeType.Element)
37
else if (
_nodeType
== XPathNodeType.Attribute)
49
if (
_nodeType
== XPathNodeType.Attribute && _namespaceUri.Length == 0)
66
return processor.BeginEvent(
_nodeType
, _prefix, _name, _namespaceUri, _empty, _htmlProps, false);