3 writes to MightHaveAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
806this.parentInfo.MightHaveAttributes = false; 862this.parentInfo!.MightHaveAttributes = true; 907this.parentInfo!.MightHaveAttributes = true;
2 references to MightHaveAttributes
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
391if (!MightHaveAttributes) 921if (this.parentInfo.MightHaveAttributes)