@@ -585,7 +585,7 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
585
585
sink = getDelegateFlowSinkArg ( m , 1 , 1 ) and
586
586
sinkAp = AccessPath:: empty ( )
587
587
or
588
- source = TCallableFlowSourceDelegateArg ( 1 ) and
588
+ source = getDelegateFlowSourceArg ( m , 1 ) and
589
589
sourceAp = AccessPath:: empty ( ) and
590
590
sink = TCallableFlowSinkReturn ( ) and
591
591
sinkAp = AccessPath:: empty ( )
@@ -603,7 +603,7 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
603
603
sink = getDelegateFlowSinkArg ( m , 2 , 0 ) and
604
604
sinkAp = AccessPath:: empty ( )
605
605
or
606
- source = TCallableFlowSourceDelegateArg ( 2 ) and
606
+ source = getDelegateFlowSourceArg ( m , 2 ) and
607
607
sourceAp = AccessPath:: empty ( ) and
608
608
sink = TCallableFlowSinkReturn ( ) and
609
609
sinkAp = AccessPath:: empty ( )
@@ -621,12 +621,12 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
621
621
sink = getDelegateFlowSinkArg ( m , 2 , 0 ) and
622
622
sinkAp = AccessPath:: empty ( )
623
623
or
624
- source = TCallableFlowSourceDelegateArg ( 2 ) and
624
+ source = getDelegateFlowSourceArg ( m , 2 ) and
625
625
sourceAp = AccessPath:: empty ( ) and
626
626
sink = getDelegateFlowSinkArg ( m , 3 , 0 ) and
627
627
sinkAp = AccessPath:: empty ( )
628
628
or
629
- source = TCallableFlowSourceDelegateArg ( 3 ) and
629
+ source = getDelegateFlowSourceArg ( m , 3 ) and
630
630
sourceAp = AccessPath:: empty ( ) and
631
631
sink = TCallableFlowSinkReturn ( ) and
632
632
sinkAp = AccessPath:: empty ( )
@@ -841,7 +841,7 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
841
841
sink = getDelegateFlowSinkArg ( m , 4 , 1 ) and
842
842
sinkAp = AccessPath:: empty ( )
843
843
or
844
- source = TCallableFlowSourceDelegateArg ( 4 ) and
844
+ source = getDelegateFlowSourceArg ( m , 4 ) and
845
845
sourceAp = AccessPath:: empty ( ) and
846
846
sink = TCallableFlowSinkReturn ( ) and
847
847
sinkAp = AccessPath:: element ( )
@@ -924,7 +924,7 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
924
924
sink = getDelegateFlowSinkArg ( m , 1 , 0 ) and
925
925
sinkAp = AccessPath:: empty ( )
926
926
or
927
- source = TCallableFlowSourceDelegateArg ( 1 ) and
927
+ source = getDelegateFlowSourceArg ( m , 1 ) and
928
928
sourceAp = AccessPath:: empty ( ) and
929
929
sink = TCallableFlowSinkReturn ( ) and
930
930
sinkAp = AccessPath:: element ( )
@@ -943,12 +943,12 @@ class IEnumerableFlow extends LibraryTypeDataFlow, RefType {
943
943
sink = getDelegateFlowSinkArg ( m , 2 , 0 ) and
944
944
sinkAp = AccessPath:: empty ( )
945
945
or
946
- source = TCallableFlowSourceDelegateArg ( 1 ) and
946
+ source = getDelegateFlowSourceArg ( m , 1 ) and
947
947
sourceAp = AccessPath:: element ( ) and
948
948
sink = getDelegateFlowSinkArg ( m , 2 , 1 ) and
949
949
sinkAp = AccessPath:: empty ( )
950
950
or
951
- source = TCallableFlowSourceDelegateArg ( 2 ) and
951
+ source = getDelegateFlowSourceArg ( m , 2 ) and
952
952
sourceAp = AccessPath:: empty ( ) and
953
953
sink = TCallableFlowSinkReturn ( ) and
954
954
sinkAp = AccessPath:: element ( )
0 commit comments