mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
C#: Cache Call::getArgumentForParameter()
This commit is contained in:
@@ -76,7 +76,7 @@ class Call extends DotNet::Call, Expr, @call {
|
||||
* }
|
||||
* ```
|
||||
*/
|
||||
pragma[nomagic]
|
||||
cached
|
||||
override Expr getArgumentForParameter(DotNet::Parameter p) {
|
||||
getTarget().getAParameter() = p and
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user