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