3 writes to MightHaveDuplicateAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
808this.parentInfo.MightHaveDuplicateAttributes = false; 877this.parentInfo.MightHaveDuplicateAttributes = true; 909this.parentInfo.MightHaveDuplicateAttributes = true;
3 references to MightHaveDuplicateAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
395if (!MightHaveDuplicateAttributes) 866if (!this.parentInfo.MightHaveDuplicateAttributes)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4490return info.MightHaveDuplicateAttributes || info.MightHaveNamespacesAfterAttributes;