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 {
137137 preservesValue = true
138138 )
139139 }
140+
141+ override predicate hasProvenance ( string provenance ) { provenance = "manual" }
140142}
141143
142144class RequiredSummaryComponentStack = Impl:: Public:: RequiredSummaryComponentStack ;
Original file line number Diff line number Diff line change @@ -86,6 +86,8 @@ module EntityFramework {
8686 abstract class EFSummarizedCallable extends SummarizedCallable {
8787 bindingset [ this ]
8888 EFSummarizedCallable ( ) { any ( ) }
89+
90+ override predicate hasProvenance ( string provenance ) { provenance = "manual" }
8991 }
9092
9193 private class DbSetAddOrUpdateRequiredSummaryComponentStack extends RequiredSummaryComponentStack {
You can’t perform that action at this time.
0 commit comments