4 writes to _attributesRead
System.Private.Xml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
490
_attributesRead
= false;
805
_attributesRead
= true;
872
_attributesRead
= true;
935
_attributesRead
= true;
3 references to _attributesRead
System.Private.Xml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
620
Debug.Assert(_nodeType != XmlNodeType.Element ||
_attributesRead
, "Should first read attributes");
628
Debug.Assert(_nodeType != XmlNodeType.Element ||
_attributesRead
, "Should first read attributes");
637
Debug.Assert(_nodeType != XmlNodeType.Element ||
_attributesRead
, "Should first read attributes");