File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
csharp/ql/lib/semmle/code/csharp Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,8 @@ private class RecordConstructorFlow extends SummarizedCallable {
137
137
preservesValue = true
138
138
)
139
139
}
140
+
141
+ override predicate hasProvenance ( string provenance ) { provenance = "manual" }
140
142
}
141
143
142
144
class RequiredSummaryComponentStack = Impl:: Public:: RequiredSummaryComponentStack ;
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ module EntityFramework {
86
86
abstract class EFSummarizedCallable extends SummarizedCallable {
87
87
bindingset [ this ]
88
88
EFSummarizedCallable ( ) { any ( ) }
89
+
90
+ override predicate hasProvenance ( string provenance ) { provenance = "manual" }
89
91
}
90
92
91
93
private class DbSetAddOrUpdateRequiredSummaryComponentStack extends RequiredSummaryComponentStack {
You can’t perform that action at this time.
0 commit comments