2 writes to parentInfo
System.Data.SqlXml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
113this.parentInfo = null; 242this.parentInfo = value;
3 references to parentInfo
System.Data.SqlXml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
252if (this.parentInfo != null && this.parentInfo.nodeType == QilNodeType.ElementCtor) 253return this.parentInfo;