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)
372if (_typeDonor != null) 374_dataFlow!.AddEdge(_typeDonor, modePar); 431typeDonors[idx++] = _typeDonor; 471if (_typeDonor != null) 474_dataFlow!.AddEdge(_typeDonor, par); 714if (_typeDonor != null && node.NodeType != XslNodeType.WithParam) 716_dataFlow!.AddEdge(_typeDonor, node);