We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e91f0f commit bc9eb99Copy full SHA for bc9eb99
1 file changed
csharp/ql/lib/semmle/code/csharp/dataflow/internal/DataFlowPrivate.qll
@@ -1011,7 +1011,7 @@ private class CallableUsedInSource extends Callable {
1011
this.hasBody()
1012
or
1013
exists(Callable target |
1014
- exists(Call c | c.fromSource() |
+ exists(Call c |
1015
// Note that getADynamicTarget does not always include getTarget.
1016
target = c.getTarget()
1017
@@ -1022,7 +1022,7 @@ private class CallableUsedInSource extends Callable {
1022
exists(DispatchCall dc | c = dc.getCall() | target = dc.getADynamicTarget())
1023
)
1024
1025
- target = any(CallableAccess ca | ca.fromSource()).getTarget()
+ target = any(CallableAccess ca).getTarget()
1026
|
1027
this = target.getUnboundDeclaration()
1028
0 commit comments