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)
620Debug.Assert(_nodeType != XmlNodeType.Element || _attributesRead, "Should first read attributes"); 628Debug.Assert(_nodeType != XmlNodeType.Element || _attributesRead, "Should first read attributes"); 637Debug.Assert(_nodeType != XmlNodeType.Element || _attributesRead, "Should first read attributes");