File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
csharp/ql/src/semmle/code/csharp/dataflow Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1765,7 +1765,7 @@ module Ssa {
1765
1765
*
1766
1766
* The write is live because of the implicit entry definition `def`, which can be
1767
1767
* reached using one or more calls (as indicated by `additionalCalls`), starting
1768
- * from call `c`. That is, data can flow from the write at index `i` into the the
1768
+ * from call `c`. That is, data can flow from the write at index `i` into the
1769
1769
* callable containing `def`.
1770
1770
*
1771
1771
* Example:
@@ -2329,7 +2329,7 @@ module Ssa {
2329
2329
* ```
2330
2330
*
2331
2331
* If this definition is the update of `i` on line 5, then the value may be read inside
2332
- * `M2` via the the call on line 6.
2332
+ * `M2` via the call on line 6.
2333
2333
*/
2334
2334
predicate isCapturedVariableDefinitionFlowIn (
2335
2335
ImplicitEntryDefinition def , ControlFlow:: Nodes:: ElementNode c , boolean additionalCalls
@@ -2356,7 +2356,7 @@ module Ssa {
2356
2356
* ```
2357
2357
*
2358
2358
* If this definition is the update of `i` on line 4, then the value may be read outside
2359
- * of `M2` via the the call on line 5.
2359
+ * of `M2` via the call on line 5.
2360
2360
*/
2361
2361
predicate isCapturedVariableDefinitionFlowOut (
2362
2362
ImplicitCallDefinition cdef , boolean additionalCalls
You can’t perform that action at this time.
0 commit comments