3 writes to MightHaveDuplicateAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
807this.parentInfo.MightHaveDuplicateAttributes = false; 876this.parentInfo.MightHaveDuplicateAttributes = true; 908this.parentInfo.MightHaveDuplicateAttributes = true;
3 references to MightHaveDuplicateAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
394if (!MightHaveDuplicateAttributes) 865if (!this.parentInfo.MightHaveDuplicateAttributes)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (1)
4490return info.MightHaveDuplicateAttributes || info.MightHaveNamespacesAfterAttributes;