1 write to nodeType
System.Data.SqlXml (1)
System\Xml\Xsl\XsltOld\BeginEvent.cs (1)
30this.nodeType = input.NodeType;
4 references to nodeType
System.Data.SqlXml (4)
System\Xml\Xsl\XsltOld\BeginEvent.cs (4)
35if (nodeType == XPathNodeType.Element) { 38else if (nodeType == XPathNodeType.Attribute) { 48if (this.nodeType == XPathNodeType.Attribute && this.namespaceUri.Length == 0) { 61return processor.BeginEvent(this.nodeType, this.prefix, this.name, this.namespaceUri, this.empty, this.htmlProps, false);