5 writes to typeDonor
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (5)
465typeDonor = typeDonors[idx]; 673typeDonor = null; 676typeDonor = xpathAnalyzer.TypeDonor; 683typeDonor = null; 686typeDonor = null;
7 references to typeDonor
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\XslAstAnalyzer.cs (7)
391if (typeDonor != null) { 392dataFlow.AddEdge(typeDonor, modePar); 440typeDonors[idx++] = typeDonor; 473if (typeDonor != null) { 475dataFlow.AddEdge(typeDonor, par); 677if (typeDonor != null && node.NodeType != XslNodeType.WithParam) { 678dataFlow.AddEdge(typeDonor, node);