4 writes to attributesRead
System.Data.SqlXml (4)
System\Xml\Xsl\Xslt\XsltInput.cs (4)
430attributesRead = false; 689attributesRead = true; 744attributesRead = true; 796attributesRead = true;
3 references to attributesRead
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XsltInput.cs (3)
539Debug.Assert(nodeType != XmlNodeType.Element || attributesRead, "Should first read attributes"); 545Debug.Assert(nodeType != XmlNodeType.Element || attributesRead, "Should first read attributes"); 552Debug.Assert(nodeType != XmlNodeType.Element || attributesRead, "Should first read attributes");