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