Merge pull request #13147 from michaelnebel/csharp/entityframeworkrefactor

C#: Use synthetic global in the EntityFramework code instead of jump steps.
This commit is contained in:
Michael Nebel
2023-06-14 13:47:56 +02:00
committed by GitHub
12 changed files with 299 additions and 153 deletions

View File

@@ -180,6 +180,11 @@ module Public {
result = "Argument[" + getParameterPosition(pos) + "]"
)
or
exists(string synthetic |
sc = TSyntheticGlobalSummaryComponent(synthetic) and
result = "SyntheticGlobal[" + synthetic + "]"
)
or
sc = TReturnSummaryComponent(getReturnValueKind()) and result = "ReturnValue"
}