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