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