2 writes to _parentInfo
System.Private.Xml (2)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (2)
119
_parentInfo
= null;
269
_parentInfo
= value;
3 references to _parentInfo
System.Private.Xml (3)
System\Xml\Xsl\IlGen\XmlILConstructAnalyzer.cs (3)
281
if (
_parentInfo
!= null &&
_parentInfo
._nodeType == QilNodeType.ElementCtor)
282
return
_parentInfo
;