We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef55ca1 commit bd50ed9Copy full SHA for bd50ed9
csharp/ql/src/semmle/code/csharp/Stmt.qll
@@ -588,7 +588,7 @@ class ForeachStmt extends LoopStmt, @foreach_stmt {
588
/** Gets the called `MoveNext` or `MoveNextAsync` method. */
589
Method getMoveNext() { foreach_stmt_desugar(this, result, 3) }
590
591
- /** Gets the called `Dispose` or `DisposeAsync` method. */
+ /** Gets the called `Dispose` or `DisposeAsync` method, if any. */
592
Method getDispose() { foreach_stmt_desugar(this, result, 4) }
593
594
/** Gets the called `Current` property. */
0 commit comments