mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
C#: Address more review comments.
This commit is contained in:
@@ -1149,7 +1149,7 @@ private module Cached {
|
||||
} or
|
||||
TCapturedVariableContent(VariableCapture::CapturedVariable v) or
|
||||
TDelegateCallArgumentContent(int i) {
|
||||
i = [0 .. max(any(DelegateCall dc).getNumberOfArguments())]
|
||||
i = [0 .. max(any(DelegateLikeCall dc).getNumberOfArguments()) - 1]
|
||||
} or
|
||||
TDelegateCallReturnContent()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user