3 writes to MightHaveAttributes
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
807this.parentInfo.MightHaveAttributes = false; 863this.parentInfo!.MightHaveAttributes = true; 908this.parentInfo!.MightHaveAttributes = true;
2 references to MightHaveAttributes
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
392if (!MightHaveAttributes) 922if (this.parentInfo.MightHaveAttributes)