2 writes to MightHaveNamespacesAfterAttributes
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
806
this.parentInfo.
MightHaveNamespacesAfterAttributes
= false;
925
this.parentInfo.
MightHaveNamespacesAfterAttributes
= true;
3 references to MightHaveNamespacesAfterAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
401
if (!
MightHaveNamespacesAfterAttributes
)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
4481
return info.
MightHaveNamespacesAfterAttributes
;
4490
return info.MightHaveDuplicateAttributes || info.
MightHaveNamespacesAfterAttributes
;