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)
33if (_nodeType == XPathNodeType.Element) 37else if (_nodeType == XPathNodeType.Attribute) 49if (_nodeType == XPathNodeType.Attribute && _namespaceUri.Length == 0) 66return processor.BeginEvent(_nodeType, _prefix, _name, _namespaceUri, _empty, _htmlProps, false);