3 writes to MightHaveDuplicateAttributes
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
740this.parentInfo.MightHaveDuplicateAttributes = false; 797this.parentInfo.MightHaveDuplicateAttributes = true; 825this.parentInfo.MightHaveDuplicateAttributes = true;
3 references to MightHaveDuplicateAttributes
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
359if (!MightHaveDuplicateAttributes) 789if (!this.parentInfo.MightHaveDuplicateAttributes) {
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4160return info.MightHaveDuplicateAttributes || info.MightHaveNamespacesAfterAttributes;