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