Skip to content

Commit 2200a2a

Browse files
committed
C#: Address review comments.
1 parent 9690ff6 commit 2200a2a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

csharp/ql/lib/semmle/code/csharp/frameworks/EntityFramework.qll

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,9 @@ module EntityFramework {
388388
* for property `mapped` for this.
389389
*/
390390
pragma[noinline]
391-
predicate output(SummaryComponentStack output, Property mapped, DbContextClassSetProperty dbSet) {
391+
private predicate output(
392+
SummaryComponentStack output, Property mapped, DbContextClassSetProperty dbSet
393+
) {
392394
exists(PropertyContent head, SummaryComponentStack tail |
393395
this.requiresComponentStackOut(head, _, tail, _, dbSet) and
394396
head.getProperty() = mapped and

0 commit comments

Comments
 (0)