4 writes to nodeType
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
59
this.
nodeType
= XmlNodeType.Document;
374
this.
nodeType
= (
413
nodeType
= XmlNodeType.EndElement;
432
nodeType
= XmlNodeType.Element;
20 references to nodeType
System.Data.SqlXml (20)
System\Xml\Xsl\Xslt\XsltInput.cs (20)
63
public XmlNodeType NodeType { get { return
nodeType
== XmlNodeType.Element && 0 < currentRecord ? XmlNodeType.Attribute :
nodeType
; } }
116
while (MoveToNextSibling() &&
nodeType
== XmlNodeType.Whitespace) ;
119
if (
nodeType
== XmlNodeType.Element) {
309
Debug.Assert(
nodeType
== XmlNodeType.Element, "To call MoveToFirstChild() XsltI---- should be positioned on an Element.");
317
Debug.Assert(
nodeType
!= XmlNodeType.Element || IsEmptyElement, "On non-empty elements we should call MoveToFirstChild()");
318
if (
nodeType
== XmlNodeType.Element ||
nodeType
== XmlNodeType.EndElement) {
325
if (
nodeType
== XmlNodeType.Element && MoveToFirstChild()) {
386
Debug.Assert(
nodeType
== XmlNodeType.Text ||
nodeType
== XmlNodeType.Whitespace ||
nodeType
== XmlNodeType.SignificantWhitespace);
454
Debug.Assert(
nodeType
== XmlNodeType.Element, "For MoveToElement() we should be positioned on Element or Attribute");
459
Debug.Assert(
nodeType
== XmlNodeType.Element, "For MoveToLiteralAttribute() we should be positioned on Element or Attribute");
470
Debug.Assert(
nodeType
== XmlNodeType.Element, "For MoveToLiteralAttribute() we should be positioned on Element or Attribute");
509
Debug.Assert(
nodeType
== XmlNodeType.Element ||
nodeType
== XmlNodeType.EndElement, "Input is positioned on element or attribute");
539
Debug.Assert(
nodeType
!= XmlNodeType.Element || attributesRead, "Should first read attributes");
545
Debug.Assert(
nodeType
!= XmlNodeType.Element || attributesRead, "Should first read attributes");
552
Debug.Assert(
nodeType
!= XmlNodeType.Element || attributesRead, "Should first read attributes");