3 writes to MightHaveAttributes
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
739this.parentInfo.MightHaveAttributes = false; 786this.parentInfo.MightHaveAttributes = true; 824this.parentInfo.MightHaveAttributes = true;
2 references to MightHaveAttributes
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
356if (!MightHaveAttributes) 837if (this.parentInfo.MightHaveAttributes) {