Skip to content

Commit ea83ecf

Browse files
authored
Merge pull request #19327 from d10c/d10c/rtjo-csharp-jo-fix
C#: Join order fix
2 parents 4093afb + 7f5b48d commit ea83ecf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll

+2-1
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,8 @@ Declaration interpretBaseDeclaration(string namespace, string type, string name,
408408
)
409409
}
410410

411-
pragma[inline]
411+
bindingset[d, ext]
412+
pragma[inline_late]
412413
private Declaration interpretExt(Declaration d, ExtPath ext) {
413414
ext = "" and result = d
414415
or

0 commit comments

Comments
 (0)