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