5 writes to _typeDonor
System.Private.Xml (5)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (5)
462
_typeDonor
= typeDonors[idx];
708
_typeDonor
= null;
713
_typeDonor
= _xpathAnalyzer.TypeDonor;
723
_typeDonor
= null;
728
_typeDonor
= null;
7 references to _typeDonor
System.Private.Xml (7)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (7)
372
if (
_typeDonor
!= null)
374
_dataFlow!.AddEdge(
_typeDonor
, modePar);
431
typeDonors[idx++] =
_typeDonor
;
471
if (
_typeDonor
!= null)
474
_dataFlow!.AddEdge(
_typeDonor
, par);
714
if (
_typeDonor
!= null && node.NodeType != XslNodeType.WithParam)
716
_dataFlow!.AddEdge(
_typeDonor
, node);