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