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