2 writes to MightHaveNamespacesAfterAttributes
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
738this.parentInfo.MightHaveNamespacesAfterAttributes = false; 839this.parentInfo.MightHaveNamespacesAfterAttributes = true;
3 references to MightHaveNamespacesAfterAttributes
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (1)
365if (!MightHaveNamespacesAfterAttributes)
System\Xml\Xsl\IlGen\XmlIlVisitor.cs (2)
4152return info.MightHaveNamespacesAfterAttributes; 4160return info.MightHaveDuplicateAttributes || info.MightHaveNamespacesAfterAttributes;