C#: Change toString() for FinallySplitControlFlowNode

This commit is contained in:
Tom Hvitved
2018-08-15 14:30:07 +02:00
parent a27a14d0d3
commit 1365761f72
12 changed files with 1497 additions and 1473 deletions

View File

@@ -337,7 +337,7 @@ class FinallySplitControlFlowNode extends ControlFlowNode, TFinallySplitNode {
}
override string toString() {
result = "[" + getSplitType().toString() + "] " + getElement().toString()
result = "[finally: " + getSplitType().toString() + "] " + getElement().toString()
}
}

View File

@@ -15,31 +15,31 @@
| BreakInTry.cs:20:10:20:11 | enter M2 | BreakInTry.cs:22:29:22:32 | access to parameter args | 3 |
| BreakInTry.cs:22:9:34:9 | foreach (... ... in ...) ... | BreakInTry.cs:22:9:34:9 | foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:22:22:22:24 | String arg | BreakInTry.cs:26:21:26:31 | ... == ... | 8 |
| BreakInTry.cs:27:21:27:26 | break; | BreakInTry.cs:31:21:31:32 | [break] ... == ... | 6 |
| BreakInTry.cs:27:21:27:26 | break; | BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | 6 |
| BreakInTry.cs:30:13:33:13 | {...} | BreakInTry.cs:31:21:31:32 | ... == ... | 5 |
| BreakInTry.cs:32:21:32:21 | ; | BreakInTry.cs:32:21:32:21 | ; | 1 |
| BreakInTry.cs:32:21:32:21 | [break] ; | BreakInTry.cs:32:21:32:21 | [break] ; | 1 |
| BreakInTry.cs:32:21:32:21 | [finally: break] ; | BreakInTry.cs:32:21:32:21 | [finally: break] ; | 1 |
| BreakInTry.cs:35:7:35:7 | ; | BreakInTry.cs:20:10:20:11 | exit M2 | 2 |
| BreakInTry.cs:38:10:38:11 | enter M3 | BreakInTry.cs:42:17:42:28 | ... == ... | 8 |
| BreakInTry.cs:38:10:38:11 | exit M3 | BreakInTry.cs:38:10:38:11 | exit M3 | 1 |
| BreakInTry.cs:43:17:43:23 | return ...; | BreakInTry.cs:47:33:47:36 | [return] access to parameter args | 3 |
| BreakInTry.cs:43:17:43:23 | return ...; | BreakInTry.cs:47:33:47:36 | [finally: return] access to parameter args | 3 |
| BreakInTry.cs:46:9:52:9 | {...} | BreakInTry.cs:47:33:47:36 | access to parameter args | 2 |
| BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:47:26:47:28 | String arg | BreakInTry.cs:49:21:49:31 | ... == ... | 6 |
| BreakInTry.cs:47:26:47:28 | [return] String arg | BreakInTry.cs:49:21:49:31 | [return] ... == ... | 6 |
| BreakInTry.cs:50:21:50:26 | [return] break; | BreakInTry.cs:50:21:50:26 | [return] break; | 1 |
| BreakInTry.cs:47:26:47:28 | [finally: return] String arg | BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | 6 |
| BreakInTry.cs:50:21:50:26 | [finally: return] break; | BreakInTry.cs:50:21:50:26 | [finally: return] break; | 1 |
| BreakInTry.cs:50:21:50:26 | break; | BreakInTry.cs:50:21:50:26 | break; | 1 |
| BreakInTry.cs:53:7:53:7 | ; | BreakInTry.cs:53:7:53:7 | ; | 1 |
| BreakInTry.cs:56:10:56:11 | enter M4 | BreakInTry.cs:60:17:60:28 | ... == ... | 8 |
| BreakInTry.cs:56:10:56:11 | exit M4 | BreakInTry.cs:56:10:56:11 | exit M4 | 1 |
| BreakInTry.cs:61:17:61:23 | return ...; | BreakInTry.cs:65:33:65:36 | [return] access to parameter args | 3 |
| BreakInTry.cs:61:17:61:23 | return ...; | BreakInTry.cs:65:33:65:36 | [finally: return] access to parameter args | 3 |
| BreakInTry.cs:64:9:70:9 | {...} | BreakInTry.cs:65:33:65:36 | access to parameter args | 2 |
| BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | 1 |
| BreakInTry.cs:65:26:65:28 | String arg | BreakInTry.cs:67:21:67:31 | ... == ... | 6 |
| BreakInTry.cs:65:26:65:28 | [return] String arg | BreakInTry.cs:67:21:67:31 | [return] ... == ... | 6 |
| BreakInTry.cs:68:21:68:26 | [return] break; | BreakInTry.cs:68:21:68:26 | [return] break; | 1 |
| BreakInTry.cs:65:26:65:28 | [finally: return] String arg | BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | 6 |
| BreakInTry.cs:68:21:68:26 | [finally: return] break; | BreakInTry.cs:68:21:68:26 | [finally: return] break; | 1 |
| BreakInTry.cs:68:21:68:26 | break; | BreakInTry.cs:68:21:68:26 | break; | 1 |
| CompileTimeOperators.cs:5:9:5:15 | enter Default | CompileTimeOperators.cs:5:9:5:15 | exit Default | 5 |
| CompileTimeOperators.cs:10:9:10:14 | enter Sizeof | CompileTimeOperators.cs:10:9:10:14 | exit Sizeof | 5 |
@@ -298,68 +298,68 @@
| cflow.cs:146:10:146:19 | enter TryFinally | cflow.cs:150:31:150:36 | "Try1" | 6 |
| cflow.cs:146:10:146:19 | exit TryFinally | cflow.cs:146:10:146:19 | exit TryFinally | 1 |
| cflow.cs:150:13:150:37 | call to method WriteLine | cflow.cs:150:13:150:37 | call to method WriteLine | 1 |
| cflow.cs:153:9:155:9 | [exception(Exception)] {...} | cflow.cs:154:13:154:40 | [exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:153:9:155:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:154:13:154:40 | [exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:153:9:155:9 | [finally: exception(Exception)] {...} | cflow.cs:154:13:154:40 | [finally: exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:153:9:155:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:154:13:154:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:153:9:155:9 | {...} | cflow.cs:159:31:159:36 | "Try2" | 8 |
| cflow.cs:159:13:159:37 | call to method WriteLine | cflow.cs:159:13:159:37 | call to method WriteLine | 1 |
| cflow.cs:160:13:160:19 | return ...; | cflow.cs:186:13:186:40 | [return] call to method WriteLine | 5 |
| cflow.cs:162:9:165:9 | catch (...) {...} | cflow.cs:186:13:186:40 | [exception(IOException)] call to method WriteLine | 9 |
| cflow.cs:166:9:176:9 | catch (...) {...} | cflow.cs:186:13:186:40 | [exception(Exception)] call to method WriteLine | 16 |
| cflow.cs:160:13:160:19 | return ...; | cflow.cs:186:13:186:40 | [finally: return] call to method WriteLine | 5 |
| cflow.cs:162:9:165:9 | catch (...) {...} | cflow.cs:186:13:186:40 | [finally: exception(IOException)] call to method WriteLine | 9 |
| cflow.cs:166:9:176:9 | catch (...) {...} | cflow.cs:186:13:186:40 | [finally: exception(Exception)] call to method WriteLine | 16 |
| cflow.cs:177:9:179:9 | catch (...) {...} | cflow.cs:191:31:191:36 | "Try3" | 10 |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:191:13:191:37 | call to method WriteLine | 1 |
| cflow.cs:192:13:192:19 | return ...; | cflow.cs:203:13:203:40 | [return] call to method WriteLine | 5 |
| cflow.cs:194:9:197:9 | catch (...) {...} | cflow.cs:203:13:203:40 | [exception(IOException)] call to method WriteLine | 9 |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:207:9:230:9 | while (...) ... | 12 |
| cflow.cs:202:9:204:9 | [exception(Exception)] {...} | cflow.cs:203:13:203:40 | [exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:202:9:204:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:203:13:203:40 | [exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:192:13:192:19 | return ...; | cflow.cs:203:13:203:40 | [finally: return] call to method WriteLine | 5 |
| cflow.cs:194:9:197:9 | catch (...) {...} | cflow.cs:203:13:203:40 | [finally: exception(IOException)] call to method WriteLine | 9 |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:207:9:230:9 | while (...) ... | 16 |
| cflow.cs:202:9:204:9 | [finally: exception(Exception)] {...} | cflow.cs:203:13:203:40 | [finally: exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:202:9:204:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:203:13:203:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:207:16:207:16 | access to local variable i | cflow.cs:207:16:207:20 | ... > ... | 3 |
| cflow.cs:208:9:230:9 | {...} | cflow.cs:211:21:211:26 | ... == ... | 7 |
| cflow.cs:212:21:212:27 | return ...; | cflow.cs:222:25:222:30 | [return] ... == ... | 8 |
| cflow.cs:212:21:212:27 | return ...; | cflow.cs:222:25:222:30 | [finally: return] ... == ... | 8 |
| cflow.cs:213:17:214:29 | if (...) ... | cflow.cs:213:21:213:26 | ... == ... | 4 |
| cflow.cs:214:21:214:29 | continue; | cflow.cs:222:25:222:30 | [continue] ... == ... | 8 |
| cflow.cs:214:21:214:29 | continue; | cflow.cs:222:25:222:30 | [finally: continue] ... == ... | 8 |
| cflow.cs:215:17:216:26 | if (...) ... | cflow.cs:215:21:215:26 | ... == ... | 4 |
| cflow.cs:216:21:216:26 | break; | cflow.cs:222:25:222:30 | [break] ... == ... | 8 |
| cflow.cs:216:21:216:26 | break; | cflow.cs:222:25:222:30 | [finally: break] ... == ... | 8 |
| cflow.cs:219:13:229:13 | {...} | cflow.cs:222:25:222:30 | ... == ... | 7 |
| cflow.cs:223:25:223:46 | [break] throw ...; | cflow.cs:223:25:223:46 | [break] throw ...; | 1 |
| cflow.cs:223:25:223:46 | [continue] throw ...; | cflow.cs:223:25:223:46 | [continue] throw ...; | 1 |
| cflow.cs:223:25:223:46 | [return] throw ...; | cflow.cs:223:25:223:46 | [return] throw ...; | 1 |
| cflow.cs:223:25:223:46 | [finally: break] throw ...; | cflow.cs:223:25:223:46 | [finally: break] throw ...; | 1 |
| cflow.cs:223:25:223:46 | [finally: continue] throw ...; | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | 1 |
| cflow.cs:223:25:223:46 | [finally: return] throw ...; | cflow.cs:223:25:223:46 | [finally: return] throw ...; | 1 |
| cflow.cs:223:25:223:46 | throw ...; | cflow.cs:223:25:223:46 | throw ...; | 1 |
| cflow.cs:223:31:223:45 | [break] object creation of type Exception | cflow.cs:223:31:223:45 | [break] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | [continue] object creation of type Exception | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | [return] object creation of type Exception | cflow.cs:223:31:223:45 | [return] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | 1 |
| cflow.cs:223:31:223:45 | object creation of type Exception | cflow.cs:223:31:223:45 | object creation of type Exception | 1 |
| cflow.cs:226:17:228:17 | [break] {...} | cflow.cs:227:21:227:23 | [break] ...-- | 4 |
| cflow.cs:226:17:228:17 | [continue] {...} | cflow.cs:227:21:227:23 | [continue] ...-- | 4 |
| cflow.cs:226:17:228:17 | [exception(Exception)] {...} | cflow.cs:227:21:227:23 | [exception(Exception)] ...-- | 4 |
| cflow.cs:226:17:228:17 | [return] {...} | cflow.cs:227:21:227:23 | [return] ...-- | 4 |
| cflow.cs:226:17:228:17 | [finally: break] {...} | cflow.cs:227:21:227:23 | [finally: break] ...-- | 4 |
| cflow.cs:226:17:228:17 | [finally: continue] {...} | cflow.cs:227:21:227:23 | [finally: continue] ...-- | 4 |
| cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | cflow.cs:227:21:227:23 | [finally: exception(Exception)] ...-- | 4 |
| cflow.cs:226:17:228:17 | [finally: return] {...} | cflow.cs:227:21:227:23 | [finally: return] ...-- | 4 |
| cflow.cs:226:17:228:17 | {...} | cflow.cs:227:21:227:23 | ...-- | 4 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:234:17:234:21 | access to field Field | 5 |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:234:17:234:28 | access to property Length | 1 |
| cflow.cs:234:33:234:33 | 0 | cflow.cs:234:17:234:33 | ... == ... | 2 |
| cflow.cs:235:17:235:23 | return ...; | cflow.cs:241:19:241:35 | [return] ... == ... | 9 |
| cflow.cs:235:17:235:23 | return ...; | cflow.cs:241:19:241:35 | [finally: return] ... == ... | 9 |
| cflow.cs:236:13:237:49 | if (...) ... | cflow.cs:236:17:236:21 | access to field Field | 3 |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:236:17:236:28 | access to property Length | 1 |
| cflow.cs:236:33:236:33 | 1 | cflow.cs:236:17:236:33 | ... == ... | 2 |
| cflow.cs:237:17:237:49 | throw ...; | cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | 9 |
| cflow.cs:237:17:237:49 | throw ...; | cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | 9 |
| cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | 1 |
| cflow.cs:240:9:245:9 | [exception(Exception)] {...} | cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | 8 |
| cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | 8 |
| cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} | cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | 8 |
| cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | 8 |
| cflow.cs:240:9:245:9 | {...} | cflow.cs:241:19:241:35 | ... == ... | 8 |
| cflow.cs:242:17:242:41 | ...; | cflow.cs:242:17:242:40 | call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [exception(Exception)] ...; | cflow.cs:242:17:242:40 | [exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; | cflow.cs:242:17:242:40 | [exception(NullReferenceException)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | cflow.cs:242:17:242:40 | [exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [return] ...; | cflow.cs:242:17:242:40 | [return] call to method WriteLine | 4 |
| cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... | cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... | cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [return] if (...) ... | cflow.cs:243:17:243:32 | [return] ... > ... | 6 |
| cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; | cflow.cs:242:17:242:40 | [finally: exception(Exception)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; | cflow.cs:242:17:242:40 | [finally: exception(NullReferenceException)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:242:17:242:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | 4 |
| cflow.cs:242:17:242:41 | [finally: return] ...; | cflow.cs:242:17:242:40 | [finally: return] call to method WriteLine | 4 |
| cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... | cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... | cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | 6 |
| cflow.cs:243:13:244:37 | [finally: return] if (...) ... | cflow.cs:243:17:243:32 | [finally: return] ... > ... | 6 |
| cflow.cs:243:13:244:37 | if (...) ... | cflow.cs:243:17:243:32 | ... > ... | 6 |
| cflow.cs:244:17:244:37 | ...; | cflow.cs:244:17:244:36 | call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [exception(Exception)] ...; | cflow.cs:244:17:244:36 | [exception(Exception)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; | cflow.cs:244:17:244:36 | [exception(NullReferenceException)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | cflow.cs:244:17:244:36 | [exception(OutOfMemoryException)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [return] ...; | cflow.cs:244:17:244:36 | [return] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; | cflow.cs:244:17:244:36 | [finally: exception(Exception)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; | cflow.cs:244:17:244:36 | [finally: exception(NullReferenceException)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:244:17:244:36 | [finally: exception(OutOfMemoryException)] call to method WriteLine | 3 |
| cflow.cs:244:17:244:37 | [finally: return] ...; | cflow.cs:244:17:244:36 | [finally: return] call to method WriteLine | 3 |
| cflow.cs:248:10:248:12 | enter For | cflow.cs:251:9:252:33 | for (...;...;...) ... | 7 |
| cflow.cs:248:10:248:12 | exit For | cflow.cs:248:10:248:12 | exit For | 1 |
| cflow.cs:251:16:251:16 | access to local variable x | cflow.cs:251:16:251:21 | ... < ... | 3 |
@@ -429,8 +429,8 @@
| cflow.cs:393:10:393:10 | enter M | cflow.cs:397:31:397:35 | "Try" | 6 |
| cflow.cs:393:10:393:10 | exit M | cflow.cs:393:10:393:10 | exit M | 1 |
| cflow.cs:397:13:397:36 | call to method WriteLine | cflow.cs:397:13:397:36 | call to method WriteLine | 1 |
| cflow.cs:400:9:403:9 | [exception(Exception)] {...} | cflow.cs:401:13:401:44 | [exception(Exception)] throw ...; | 4 |
| cflow.cs:400:9:403:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:401:13:401:44 | [exception(OutOfMemoryException)] throw ...; | 4 |
| cflow.cs:400:9:403:9 | [finally: exception(Exception)] {...} | cflow.cs:401:13:401:44 | [finally: exception(Exception)] throw ...; | 4 |
| cflow.cs:400:9:403:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:401:13:401:44 | [finally: exception(OutOfMemoryException)] throw ...; | 4 |
| cflow.cs:400:9:403:9 | {...} | cflow.cs:401:13:401:44 | throw ...; | 4 |
| cflow.cs:410:12:410:12 | enter M | cflow.cs:410:12:410:12 | exit M | 5 |
| cflow.cs:415:5:415:25 | enter NegationInConstructor | cflow.cs:415:5:415:25 | exit NegationInConstructor | 3 |

View File

@@ -3,30 +3,30 @@
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:27:21:27:26 | break; | true |
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:30:13:33:13 | {...} | false |
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:32:21:32:21 | ; | false |
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:32:21:32:21 | [break] ; | true |
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:32:21:32:21 | [finally: break] ; | true |
| BreakInTry.cs:31:21:31:32 | ... == ... | BreakInTry.cs:32:21:32:21 | ; | true |
| BreakInTry.cs:31:21:31:32 | [break] ... == ... | BreakInTry.cs:32:21:32:21 | [break] ; | true |
| BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | BreakInTry.cs:32:21:32:21 | [finally: break] ; | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:43:17:43:23 | return ...; | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:46:9:52:9 | {...} | false |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | false |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:26:47:28 | String arg | false |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:26:47:28 | [return] String arg | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:50:21:50:26 | [return] break; | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:47:26:47:28 | [finally: return] String arg | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:50:21:50:26 | [finally: return] break; | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:50:21:50:26 | break; | false |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:53:7:53:7 | ; | false |
| BreakInTry.cs:49:21:49:31 | ... == ... | BreakInTry.cs:50:21:50:26 | break; | true |
| BreakInTry.cs:49:21:49:31 | [return] ... == ... | BreakInTry.cs:50:21:50:26 | [return] break; | true |
| BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | BreakInTry.cs:50:21:50:26 | [finally: return] break; | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:61:17:61:23 | return ...; | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:64:9:70:9 | {...} | false |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | false |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:26:65:28 | String arg | false |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:26:65:28 | [return] String arg | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:68:21:68:26 | [return] break; | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:65:26:65:28 | [finally: return] String arg | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:68:21:68:26 | [finally: return] break; | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:68:21:68:26 | break; | false |
| BreakInTry.cs:67:21:67:31 | ... == ... | BreakInTry.cs:68:21:68:26 | break; | true |
| BreakInTry.cs:67:21:67:31 | [return] ... == ... | BreakInTry.cs:68:21:68:26 | [return] break; | true |
| BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | BreakInTry.cs:68:21:68:26 | [finally: return] break; | true |
| ConditionalAccess.cs:13:13:13:25 | ... > ... | ConditionalAccess.cs:14:20:14:20 | 0 | true |
| ConditionalAccess.cs:13:13:13:25 | ... > ... | ConditionalAccess.cs:16:20:16:20 | 1 | false |
| ExitMethods.cs:54:13:54:13 | access to parameter b | ExitMethods.cs:55:19:55:33 | object creation of type Exception | true |
@@ -141,18 +141,18 @@
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:215:17:216:26 | if (...) ... | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:216:21:216:26 | break; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:219:13:229:13 | {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [break] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [continue] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [return] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | [finally: return] throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:25:223:46 | throw ...; | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [return] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:223:31:223:45 | object creation of type Exception | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [break] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [continue] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [return] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [finally: break] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [finally: continue] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | [finally: return] {...} | true |
| cflow.cs:207:16:207:20 | ... > ... | cflow.cs:226:17:228:17 | {...} | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:212:21:212:27 | return ...; | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:213:17:214:29 | if (...) ... | false |
@@ -160,51 +160,51 @@
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:215:17:216:26 | if (...) ... | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:216:21:216:26 | break; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:219:13:229:13 | {...} | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [break] throw ...; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [continue] throw ...; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [return] throw ...; | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: return] throw ...; | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:25:223:46 | throw ...; | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [return] object creation of type Exception | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:223:31:223:45 | object creation of type Exception | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [break] {...} | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [continue] {...} | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [return] {...} | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: break] {...} | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: continue] {...} | false |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: return] {...} | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:226:17:228:17 | {...} | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:214:21:214:29 | continue; | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:215:17:216:26 | if (...) ... | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:216:21:216:26 | break; | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:219:13:229:13 | {...} | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:25:223:46 | [break] throw ...; | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:25:223:46 | [continue] throw ...; | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:25:223:46 | throw ...; | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:223:31:223:45 | object creation of type Exception | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:226:17:228:17 | [break] {...} | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:226:17:228:17 | [continue] {...} | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: break] {...} | false |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: continue] {...} | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:226:17:228:17 | {...} | false |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:216:21:216:26 | break; | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:219:13:229:13 | {...} | false |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:25:223:46 | [break] throw ...; | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:25:223:46 | throw ...; | false |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:223:31:223:45 | object creation of type Exception | false |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:226:17:228:17 | [break] {...} | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:226:17:228:17 | [finally: break] {...} | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:226:17:228:17 | {...} | false |
| cflow.cs:222:25:222:30 | ... == ... | cflow.cs:223:25:223:46 | throw ...; | true |
| cflow.cs:222:25:222:30 | ... == ... | cflow.cs:223:31:223:45 | object creation of type Exception | true |
| cflow.cs:222:25:222:30 | ... == ... | cflow.cs:226:17:228:17 | {...} | false |
| cflow.cs:222:25:222:30 | [break] ... == ... | cflow.cs:223:25:223:46 | [break] throw ...; | true |
| cflow.cs:222:25:222:30 | [break] ... == ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [break] ... == ... | cflow.cs:226:17:228:17 | [break] {...} | false |
| cflow.cs:222:25:222:30 | [continue] ... == ... | cflow.cs:223:25:223:46 | [continue] throw ...; | true |
| cflow.cs:222:25:222:30 | [continue] ... == ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [continue] ... == ... | cflow.cs:226:17:228:17 | [continue] {...} | false |
| cflow.cs:222:25:222:30 | [return] ... == ... | cflow.cs:223:25:223:46 | [return] throw ...; | true |
| cflow.cs:222:25:222:30 | [return] ... == ... | cflow.cs:223:31:223:45 | [return] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [return] ... == ... | cflow.cs:226:17:228:17 | [return] {...} | false |
| cflow.cs:222:25:222:30 | [finally: break] ... == ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; | true |
| cflow.cs:222:25:222:30 | [finally: break] ... == ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [finally: break] ... == ... | cflow.cs:226:17:228:17 | [finally: break] {...} | false |
| cflow.cs:222:25:222:30 | [finally: continue] ... == ... | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | true |
| cflow.cs:222:25:222:30 | [finally: continue] ... == ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [finally: continue] ... == ... | cflow.cs:226:17:228:17 | [finally: continue] {...} | false |
| cflow.cs:222:25:222:30 | [finally: return] ... == ... | cflow.cs:223:25:223:46 | [finally: return] throw ...; | true |
| cflow.cs:222:25:222:30 | [finally: return] ... == ... | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | true |
| cflow.cs:222:25:222:30 | [finally: return] ... == ... | cflow.cs:226:17:228:17 | [finally: return] {...} | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:235:17:235:23 | return ...; | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:236:13:237:49 | if (...) ... | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:236:17:236:28 | access to property Length | false |
@@ -213,33 +213,33 @@
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:240:9:245:9 | {...} | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:242:17:242:41 | ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:242:17:242:41 | [return] ...; | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:243:13:244:37 | [return] if (...) ... | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:242:17:242:41 | [finally: return] ...; | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:243:13:244:37 | [finally: return] if (...) ... | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:243:13:244:37 | if (...) ... | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:244:17:244:37 | ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:244:17:244:37 | [return] ...; | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | false |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:244:17:244:37 | [finally: return] ...; | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:237:17:237:49 | throw ...; | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:240:9:245:9 | {...} | false |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:242:17:242:41 | ...; | false |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:243:13:244:37 | if (...) ... | false |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:244:17:244:37 | ...; | false |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | true |
| cflow.cs:241:19:241:35 | ... == ... | cflow.cs:242:17:242:41 | ...; | false |
| cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | cflow.cs:242:17:242:41 | [exception(Exception)] ...; | false |
| cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; | false |
| cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | false |
| cflow.cs:241:19:241:35 | [return] ... == ... | cflow.cs:242:17:242:41 | [return] ...; | false |
| cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; | false |
| cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; | false |
| cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | false |
| cflow.cs:241:19:241:35 | [finally: return] ... == ... | cflow.cs:242:17:242:41 | [finally: return] ...; | false |
| cflow.cs:243:17:243:32 | ... > ... | cflow.cs:244:17:244:37 | ...; | true |
| cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | cflow.cs:244:17:244:37 | [exception(Exception)] ...; | true |
| cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; | true |
| cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | true |
| cflow.cs:243:17:243:32 | [return] ... > ... | cflow.cs:244:17:244:37 | [return] ...; | true |
| cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; | true |
| cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; | true |
| cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | true |
| cflow.cs:243:17:243:32 | [finally: return] ... > ... | cflow.cs:244:17:244:37 | [finally: return] ...; | true |
| cflow.cs:251:16:251:21 | ... < ... | cflow.cs:248:10:248:12 | exit For | false |
| cflow.cs:251:16:251:21 | ... < ... | cflow.cs:252:13:252:33 | ...; | true |
| cflow.cs:251:16:251:21 | ... < ... | cflow.cs:254:9:259:9 | for (...;...;...) ... | false |

View File

@@ -53,13 +53,13 @@
| 30 | 22 | cflow.cs:30:22:30:31 | ... == ... | true | 31 | 17 | cflow.cs:31:17:31:42 | ...; |
| 31 | 21 | BreakInTry.cs:31:21:31:32 | ... == ... | false | 22 | 9 | BreakInTry.cs:22:9:34:9 | foreach (... ... in ...) ... |
| 31 | 21 | BreakInTry.cs:31:21:31:32 | ... == ... | true | 32 | 21 | BreakInTry.cs:32:21:32:21 | ; |
| 31 | 21 | BreakInTry.cs:31:21:31:32 | [break] ... == ... | true | 32 | 21 | BreakInTry.cs:32:21:32:21 | [break] ; |
| 31 | 21 | BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | true | 32 | 21 | BreakInTry.cs:32:21:32:21 | [finally: break] ; |
| 42 | 17 | BreakInTry.cs:42:17:42:28 | ... == ... | false | 46 | 9 | BreakInTry.cs:46:9:52:9 | {...} |
| 42 | 17 | BreakInTry.cs:42:17:42:28 | ... == ... | true | 43 | 17 | BreakInTry.cs:43:17:43:23 | return ...; |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | ... == ... | false | 47 | 13 | BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | ... == ... | true | 50 | 21 | BreakInTry.cs:50:21:50:26 | break; |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | [return] ... == ... | false | 47 | 13 | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | [return] ... == ... | true | 50 | 21 | BreakInTry.cs:50:21:50:26 | [return] break; |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | false | 47 | 13 | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... |
| 49 | 21 | BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | true | 50 | 21 | BreakInTry.cs:50:21:50:26 | [finally: return] break; |
| 50 | 30 | Switch.cs:50:30:50:38 | ... != ... | false | 44 | 10 | Switch.cs:44:10:44:11 | exit M4 |
| 50 | 30 | Switch.cs:50:30:50:38 | ... != ... | true | 51 | 17 | Switch.cs:51:17:51:22 | break; |
| 54 | 13 | ExitMethods.cs:54:13:54:13 | access to parameter b | false | 52 | 17 | ExitMethods.cs:52:17:52:26 | exit ErrorMaybe |
@@ -72,8 +72,8 @@
| 63 | 23 | cflow.cs:63:23:63:33 | ... == ... | true | 65 | 17 | cflow.cs:65:17:65:22 | break; |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | ... == ... | false | 65 | 13 | BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | ... == ... | true | 68 | 21 | BreakInTry.cs:68:21:68:26 | break; |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | [return] ... == ... | false | 65 | 13 | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | [return] ... == ... | true | 68 | 21 | BreakInTry.cs:68:21:68:26 | [return] break; |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | false | 65 | 13 | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... |
| 67 | 21 | BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | true | 68 | 21 | BreakInTry.cs:68:21:68:26 | [finally: return] break; |
| 72 | 13 | cflow.cs:72:13:72:21 | ... == ... | false | 74 | 9 | cflow.cs:74:9:81:9 | if (...) ... |
| 72 | 13 | cflow.cs:72:13:72:21 | ... == ... | true | 73 | 13 | cflow.cs:73:13:73:19 | return ...; |
| 74 | 13 | cflow.cs:74:13:74:24 | ... > ... | false | 79 | 9 | cflow.cs:79:9:81:9 | {...} |
@@ -112,32 +112,32 @@
| 215 | 21 | cflow.cs:215:21:215:26 | ... == ... | true | 216 | 21 | cflow.cs:216:21:216:26 | break; |
| 222 | 25 | cflow.cs:222:25:222:30 | ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [break] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [break] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [break] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [break] object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [continue] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [continue] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [continue] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [continue] object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [return] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [return] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [return] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [return] object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: break] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [finally: break] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: break] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: continue] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [finally: continue] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: continue] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: return] ... == ... | false | 226 | 17 | cflow.cs:226:17:228:17 | [finally: return] {...} |
| 222 | 25 | cflow.cs:222:25:222:30 | [finally: return] ... == ... | true | 223 | 31 | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception |
| 234 | 17 | cflow.cs:234:17:234:33 | ... == ... | false | 236 | 13 | cflow.cs:236:13:237:49 | if (...) ... |
| 234 | 17 | cflow.cs:234:17:234:33 | ... == ... | true | 235 | 17 | cflow.cs:235:17:235:23 | return ...; |
| 236 | 17 | cflow.cs:236:17:236:33 | ... == ... | false | 240 | 9 | cflow.cs:240:9:245:9 | {...} |
| 236 | 17 | cflow.cs:236:17:236:33 | ... == ... | true | 237 | 23 | cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException |
| 241 | 19 | cflow.cs:241:19:241:35 | ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [exception(Exception)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [return] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [return] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [return] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [return] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: return] ... == ... | false | 242 | 17 | cflow.cs:242:17:242:41 | [finally: return] ...; |
| 241 | 19 | cflow.cs:241:19:241:35 | [finally: return] ... == ... | true | 243 | 13 | cflow.cs:243:13:244:37 | [finally: return] if (...) ... |
| 243 | 17 | cflow.cs:243:17:243:32 | ... > ... | false | 146 | 10 | cflow.cs:146:10:146:19 | exit TryFinally |
| 243 | 17 | cflow.cs:243:17:243:32 | ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [exception(Exception)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [return] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [return] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; |
| 243 | 17 | cflow.cs:243:17:243:32 | [finally: return] ... > ... | true | 244 | 17 | cflow.cs:244:17:244:37 | [finally: return] ...; |
| 251 | 16 | cflow.cs:251:16:251:21 | ... < ... | false | 254 | 9 | cflow.cs:254:9:259:9 | for (...;...;...) ... |
| 251 | 16 | cflow.cs:251:16:251:21 | ... < ... | true | 252 | 13 | cflow.cs:252:13:252:33 | ...; |
| 257 | 17 | cflow.cs:257:17:257:22 | ... > ... | false | 254 | 18 | cflow.cs:254:18:254:18 | access to local variable x |

View File

@@ -1054,8 +1054,12 @@
| cflow.cs:194:48:194:51 | true | cflow.cs:195:9:197:9 | {...} | semmle.label | successor |
| cflow.cs:195:9:197:9 | {...} | cflow.cs:196:13:196:18 | throw ...; | semmle.label | successor |
| cflow.cs:196:13:196:18 | throw ...; | cflow.cs:202:9:204:9 | {...} | semmle.label | exception(IOException) |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:198:33:198:37 | false | semmle.label | successor |
| cflow.cs:198:33:198:37 | false | cflow.cs:199:9:200:9 | {...} | semmle.label | successor |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:198:26:198:26 | Exception e | semmle.label | successor |
| cflow.cs:198:26:198:26 | Exception e | cflow.cs:198:35:198:35 | access to local variable e | semmle.label | successor |
| cflow.cs:198:35:198:35 | access to local variable e | cflow.cs:198:35:198:43 | access to property Message | semmle.label | successor |
| cflow.cs:198:35:198:43 | access to property Message | cflow.cs:198:48:198:51 | null | semmle.label | successor |
| cflow.cs:198:35:198:51 | ... != ... | cflow.cs:199:9:200:9 | {...} | semmle.label | successor |
| cflow.cs:198:48:198:51 | null | cflow.cs:198:35:198:51 | ... != ... | semmle.label | successor |
| cflow.cs:199:9:200:9 | {...} | cflow.cs:202:9:204:9 | {...} | semmle.label | successor |
| cflow.cs:202:9:204:9 | {...} | cflow.cs:203:13:203:41 | ...; | semmle.label | successor |
| cflow.cs:203:13:203:40 | call to method WriteLine | cflow.cs:206:9:206:19 | ... ...; | semmle.label | successor |

View File

@@ -1090,7 +1090,11 @@
| cflow.cs:195:9:197:9 | {...} | cflow.cs:195:9:197:9 | {...} |
| cflow.cs:196:13:196:18 | throw ...; | cflow.cs:196:13:196:18 | throw ...; |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:198:9:200:9 | catch (...) {...} |
| cflow.cs:198:33:198:37 | false | cflow.cs:198:33:198:37 | false |
| cflow.cs:198:26:198:26 | Exception e | cflow.cs:198:26:198:26 | Exception e |
| cflow.cs:198:35:198:35 | access to local variable e | cflow.cs:198:35:198:35 | access to local variable e |
| cflow.cs:198:35:198:43 | access to property Message | cflow.cs:198:35:198:35 | access to local variable e |
| cflow.cs:198:35:198:51 | ... != ... | cflow.cs:198:35:198:35 | access to local variable e |
| cflow.cs:198:48:198:51 | null | cflow.cs:198:48:198:51 | null |
| cflow.cs:199:9:200:9 | {...} | cflow.cs:199:9:200:9 | {...} |
| cflow.cs:202:9:204:9 | {...} | cflow.cs:202:9:204:9 | {...} |
| cflow.cs:203:13:203:40 | call to method WriteLine | cflow.cs:203:31:203:39 | "Finally" |

View File

@@ -1461,7 +1461,11 @@
| cflow.cs:195:9:197:9 | {...} | cflow.cs:196:13:196:18 | throw ...; | throw(IOException) |
| cflow.cs:196:13:196:18 | throw ...; | cflow.cs:196:13:196:18 | throw ...; | throw(IOException) |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:199:9:200:9 | {...} | normal |
| cflow.cs:198:33:198:37 | false | cflow.cs:198:33:198:37 | false | normal |
| cflow.cs:198:26:198:26 | Exception e | cflow.cs:198:26:198:26 | Exception e | normal |
| cflow.cs:198:35:198:35 | access to local variable e | cflow.cs:198:35:198:35 | access to local variable e | normal |
| cflow.cs:198:35:198:43 | access to property Message | cflow.cs:198:35:198:43 | access to property Message | normal |
| cflow.cs:198:35:198:51 | ... != ... | cflow.cs:198:35:198:51 | ... != ... | normal |
| cflow.cs:198:48:198:51 | null | cflow.cs:198:48:198:51 | null | normal |
| cflow.cs:199:9:200:9 | {...} | cflow.cs:199:9:200:9 | {...} | normal |
| cflow.cs:202:9:204:9 | {...} | cflow.cs:203:13:203:40 | call to method WriteLine | normal |
| cflow.cs:203:13:203:40 | call to method WriteLine | cflow.cs:203:13:203:40 | call to method WriteLine | normal |

View File

@@ -1,209 +1,209 @@
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:30:13:33:13 | [break] {...} |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:17:32:21 | [break] if (...) ... |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:21:31:24 | [break] access to parameter args |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:21:31:32 | [break] ... == ... |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:29:31:32 | [break] null |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:32:21:32:21 | [break] ; |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:46:9:52:9 | [return] {...} |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:26:47:28 | [return] String arg |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:33:47:36 | [return] access to parameter args |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:48:13:51:13 | [return] {...} |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:17:50:26 | [return] if (...) ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:21:49:23 | [return] access to local variable arg |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:21:49:31 | [return] ... == ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:28:49:31 | [return] null |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:50:21:50:26 | [return] break; |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:64:9:70:9 | [return] {...} |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:26:65:28 | [return] String arg |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:33:65:36 | [return] access to parameter args |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:66:13:69:13 | [return] {...} |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:17:68:26 | [return] if (...) ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:21:67:23 | [return] access to local variable arg |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:21:67:31 | [return] ... == ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:28:67:31 | [return] null |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:68:21:68:26 | [return] break; |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:36:9:38:9 | [goto(End)] {...} |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:13:37:40 | [goto(End)] call to method WriteLine |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:13:37:41 | [goto(End)] ...; |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:31:37:39 | [goto(End)] "Finally" |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:153:9:155:9 | [exception(Exception)] {...} |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:153:9:155:9 | [exception(OutOfMemoryException)] {...} |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:40 | [exception(Exception)] call to method WriteLine |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:40 | [exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:41 | [exception(Exception)] ...; |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:41 | [exception(OutOfMemoryException)] ...; |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:31:154:39 | [exception(Exception)] "Finally" |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:31:154:39 | [exception(OutOfMemoryException)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [exception(Exception)] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [exception(IOException)] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [return] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [exception(Exception)] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [exception(IOException)] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [return] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [exception(Exception)] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [exception(IOException)] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [return] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [exception(Exception)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [exception(IOException)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [return] "Finally" |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:173:13:175:13 | [exception(ArgumentException)] {...} |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:17:174:44 | [exception(ArgumentException)] throw ...; |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:23:174:43 | [exception(ArgumentException)] object creation of type Exception |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:37:174:42 | [exception(ArgumentException)] "Boo!" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [exception(Exception)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [exception(IOException)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [exception(OutOfMemoryException)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [return] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [exception(Exception)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [exception(IOException)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [return] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [exception(Exception)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [exception(IOException)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [exception(OutOfMemoryException)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [return] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [exception(Exception)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [exception(IOException)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [exception(OutOfMemoryException)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [return] "Finally" |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [break] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [continue] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [return] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [break] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [continue] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [return] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [break] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [continue] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [return] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [break] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [continue] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [return] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [break] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [continue] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [return] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [break] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [continue] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [return] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [break] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [continue] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [return] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [break] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [continue] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [return] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [return] object creation of type Exception |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [break] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [continue] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [exception(Exception)] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [return] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [break] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [continue] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [exception(Exception)] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [return] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [break] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [continue] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [exception(Exception)] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [return] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [break] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [continue] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [exception(Exception)] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [exception(Exception)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [exception(OutOfMemoryException)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [return] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [exception(Exception)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [exception(NullReferenceException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [exception(OutOfMemoryException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [return] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [exception(Exception)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [exception(NullReferenceException)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [exception(OutOfMemoryException)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [return] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [exception(Exception)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [exception(NullReferenceException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [exception(OutOfMemoryException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [return] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [return] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [exception(Exception)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [exception(NullReferenceException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [exception(OutOfMemoryException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [return] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [exception(Exception)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [exception(NullReferenceException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [return] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [exception(Exception)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [return] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [exception(Exception)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [exception(NullReferenceException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [exception(OutOfMemoryException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [return] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [return] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [exception(Exception)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [exception(NullReferenceException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [exception(OutOfMemoryException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [return] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [exception(Exception)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [exception(NullReferenceException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [return] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [exception(Exception)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [exception(Exception)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [exception(NullReferenceException)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [exception(OutOfMemoryException)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [return] 1 |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:376:9:378:9 | [return] {...} |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:13:377:41 | [return] call to method WriteLine |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:13:377:42 | [return] ...; |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:31:377:40 | [return] "not dead" |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:400:9:403:9 | [exception(Exception)] {...} |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:400:9:403:9 | [exception(OutOfMemoryException)] {...} |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:13:401:44 | [exception(Exception)] throw ...; |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:13:401:44 | [exception(OutOfMemoryException)] throw ...; |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:19:401:43 | [exception(Exception)] object creation of type ArgumentException |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:19:401:43 | [exception(OutOfMemoryException)] object creation of type ArgumentException |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:41:401:42 | [exception(Exception)] "" |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:41:401:42 | [exception(OutOfMemoryException)] "" |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:30:13:33:13 | [finally: break] {...} |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:17:32:21 | [finally: break] if (...) ... |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:21:31:24 | [finally: break] access to parameter args |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:31:29:31:32 | [finally: break] null |
| BreakInTry.cs:24:13:33:13 | try {...} ... | BreakInTry.cs:32:21:32:21 | [finally: break] ; |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:46:9:52:9 | [finally: return] {...} |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:26:47:28 | [finally: return] String arg |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:47:33:47:36 | [finally: return] access to parameter args |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:48:13:51:13 | [finally: return] {...} |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:17:50:26 | [finally: return] if (...) ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:21:49:23 | [finally: return] access to local variable arg |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:49:28:49:31 | [finally: return] null |
| BreakInTry.cs:40:9:52:9 | try {...} ... | BreakInTry.cs:50:21:50:26 | [finally: return] break; |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:64:9:70:9 | [finally: return] {...} |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:26:65:28 | [finally: return] String arg |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:65:33:65:36 | [finally: return] access to parameter args |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:66:13:69:13 | [finally: return] {...} |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:17:68:26 | [finally: return] if (...) ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:21:67:23 | [finally: return] access to local variable arg |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:67:28:67:31 | [finally: return] null |
| BreakInTry.cs:58:9:70:9 | try {...} ... | BreakInTry.cs:68:21:68:26 | [finally: return] break; |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:36:9:38:9 | [finally: goto(End)] {...} |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:13:37:40 | [finally: goto(End)] call to method WriteLine |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:13:37:41 | [finally: goto(End)] ...; |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:37:31:37:39 | [finally: goto(End)] "Finally" |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:153:9:155:9 | [finally: exception(Exception)] {...} |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:153:9:155:9 | [finally: exception(OutOfMemoryException)] {...} |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:40 | [finally: exception(Exception)] call to method WriteLine |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:41 | [finally: exception(Exception)] ...; |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:13:154:41 | [finally: exception(OutOfMemoryException)] ...; |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:31:154:39 | [finally: exception(Exception)] "Finally" |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:154:31:154:39 | [finally: exception(OutOfMemoryException)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [finally: exception(Exception)] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [finally: exception(IOException)] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:185:9:187:9 | [finally: return] {...} |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [finally: exception(Exception)] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [finally: exception(IOException)] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:40 | [finally: return] call to method WriteLine |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [finally: exception(Exception)] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [finally: exception(IOException)] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:13:186:41 | [finally: return] ...; |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [finally: exception(Exception)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [finally: exception(IOException)] "Finally" |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:186:31:186:39 | [finally: return] "Finally" |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:173:13:175:13 | [finally: exception(ArgumentException)] {...} |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:17:174:44 | [finally: exception(ArgumentException)] throw ...; |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:23:174:43 | [finally: exception(ArgumentException)] object creation of type Exception |
| cflow.cs:168:13:175:13 | try {...} ... | cflow.cs:174:37:174:42 | [finally: exception(ArgumentException)] "Boo!" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [finally: exception(Exception)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [finally: exception(IOException)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [finally: exception(OutOfMemoryException)] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:202:9:204:9 | [finally: return] {...} |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [finally: exception(Exception)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [finally: exception(IOException)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:40 | [finally: return] call to method WriteLine |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [finally: exception(Exception)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [finally: exception(IOException)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [finally: exception(OutOfMemoryException)] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:13:203:41 | [finally: return] ...; |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [finally: exception(Exception)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [finally: exception(IOException)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [finally: exception(OutOfMemoryException)] "Finally" |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:203:31:203:39 | [finally: return] "Finally" |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [finally: break] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [finally: continue] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:219:13:229:13 | [finally: return] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [finally: break] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [finally: continue] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:220:17:228:17 | [finally: return] try {...} ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [finally: break] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [finally: continue] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:221:17:224:17 | [finally: return] {...} |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [finally: break] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [finally: continue] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:21:223:46 | [finally: return] if (...) ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [finally: break] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [finally: continue] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:25 | [finally: return] access to local variable i |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [finally: break] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [finally: continue] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:25:222:30 | [finally: return] ... == ... |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [finally: break] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [finally: continue] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:222:30:222:30 | [finally: return] 3 |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [finally: break] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [finally: continue] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:25:223:46 | [finally: return] throw ...; |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception |
| cflow.cs:209:13:229:13 | try {...} ... | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [finally: break] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [finally: continue] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:226:17:228:17 | [finally: return] {...} |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [finally: break] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [finally: continue] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [finally: exception(Exception)] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:21 | [finally: return] access to local variable i |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [finally: break] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [finally: continue] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [finally: exception(Exception)] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:23 | [finally: return] ...-- |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [finally: break] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [finally: continue] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [finally: exception(Exception)] ...; |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:227:21:227:24 | [finally: return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [finally: exception(OutOfMemoryException)] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:240:9:245:9 | [finally: return] {...} |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [finally: exception(Exception)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [finally: exception(NullReferenceException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [finally: exception(OutOfMemoryException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:13:242:41 | [finally: return] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [finally: exception(Exception)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [finally: exception(NullReferenceException)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [finally: exception(OutOfMemoryException)] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:17:241:36 | [finally: return] !... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:23 | [finally: return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [finally: exception(Exception)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [finally: exception(NullReferenceException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [finally: exception(OutOfMemoryException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:30 | [finally: return] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:19:241:35 | [finally: return] ... == ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [finally: exception(Exception)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [finally: exception(NullReferenceException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [finally: exception(OutOfMemoryException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:241:35:241:35 | [finally: return] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [finally: exception(Exception)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [finally: exception(NullReferenceException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:40 | [finally: return] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:17:242:41 | [finally: return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:242:35:242:39 | [finally: return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:13:244:37 | [finally: return] if (...) ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(Exception)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(Exception)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: return] access to field Field |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:21 | [finally: return] this access |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [finally: exception(Exception)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [finally: exception(NullReferenceException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [finally: exception(OutOfMemoryException)] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:28 | [finally: return] access to property Length |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:17:243:32 | [finally: return] ... > ... |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [finally: exception(Exception)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [finally: exception(NullReferenceException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [finally: exception(OutOfMemoryException)] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:243:32:243:32 | [finally: return] 0 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [finally: exception(Exception)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [finally: exception(NullReferenceException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [finally: exception(OutOfMemoryException)] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:36 | [finally: return] call to method WriteLine |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:17:244:37 | [finally: return] ...; |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [finally: exception(Exception)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [finally: exception(NullReferenceException)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [finally: exception(OutOfMemoryException)] 1 |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:244:35:244:35 | [finally: return] 1 |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:376:9:378:9 | [finally: return] {...} |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:13:377:41 | [finally: return] call to method WriteLine |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:13:377:42 | [finally: return] ...; |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:377:31:377:40 | [finally: return] "not dead" |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:400:9:403:9 | [finally: exception(Exception)] {...} |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:400:9:403:9 | [finally: exception(OutOfMemoryException)] {...} |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:13:401:44 | [finally: exception(Exception)] throw ...; |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:13:401:44 | [finally: exception(OutOfMemoryException)] throw ...; |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:19:401:43 | [finally: exception(Exception)] object creation of type ArgumentException |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:19:401:43 | [finally: exception(OutOfMemoryException)] object creation of type ArgumentException |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:41:401:42 | [finally: exception(Exception)] "" |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:401:41:401:42 | [finally: exception(OutOfMemoryException)] "" |

View File

@@ -99,21 +99,21 @@
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:27:21:27:26 | break; | semmle.label | true |
| BreakInTry.cs:26:21:26:31 | ... == ... | BreakInTry.cs:30:13:33:13 | {...} | semmle.label | false |
| BreakInTry.cs:26:28:26:31 | null | BreakInTry.cs:26:21:26:31 | ... == ... | semmle.label | successor |
| BreakInTry.cs:27:21:27:26 | break; | BreakInTry.cs:30:13:33:13 | [break] {...} | semmle.label | break |
| BreakInTry.cs:30:13:33:13 | [break] {...} | BreakInTry.cs:31:17:32:21 | [break] if (...) ... | semmle.label | successor |
| BreakInTry.cs:27:21:27:26 | break; | BreakInTry.cs:30:13:33:13 | [finally: break] {...} | semmle.label | break |
| BreakInTry.cs:30:13:33:13 | [finally: break] {...} | BreakInTry.cs:31:17:32:21 | [finally: break] if (...) ... | semmle.label | successor |
| BreakInTry.cs:30:13:33:13 | {...} | BreakInTry.cs:31:17:32:21 | if (...) ... | semmle.label | successor |
| BreakInTry.cs:31:17:32:21 | [break] if (...) ... | BreakInTry.cs:31:21:31:24 | [break] access to parameter args | semmle.label | successor |
| BreakInTry.cs:31:17:32:21 | [finally: break] if (...) ... | BreakInTry.cs:31:21:31:24 | [finally: break] access to parameter args | semmle.label | successor |
| BreakInTry.cs:31:17:32:21 | if (...) ... | BreakInTry.cs:31:21:31:24 | access to parameter args | semmle.label | successor |
| BreakInTry.cs:31:21:31:24 | [break] access to parameter args | BreakInTry.cs:31:29:31:32 | [break] null | semmle.label | successor |
| BreakInTry.cs:31:21:31:24 | [finally: break] access to parameter args | BreakInTry.cs:31:29:31:32 | [finally: break] null | semmle.label | successor |
| BreakInTry.cs:31:21:31:24 | access to parameter args | BreakInTry.cs:31:29:31:32 | null | semmle.label | successor |
| BreakInTry.cs:31:21:31:32 | ... == ... | BreakInTry.cs:22:9:34:9 | foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:31:21:31:32 | ... == ... | BreakInTry.cs:32:21:32:21 | ; | semmle.label | true |
| BreakInTry.cs:31:21:31:32 | [break] ... == ... | BreakInTry.cs:32:21:32:21 | [break] ; | semmle.label | true |
| BreakInTry.cs:31:21:31:32 | [break] ... == ... | BreakInTry.cs:35:7:35:7 | ; | semmle.label | break |
| BreakInTry.cs:31:29:31:32 | [break] null | BreakInTry.cs:31:21:31:32 | [break] ... == ... | semmle.label | successor |
| BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | BreakInTry.cs:32:21:32:21 | [finally: break] ; | semmle.label | true |
| BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | BreakInTry.cs:35:7:35:7 | ; | semmle.label | break |
| BreakInTry.cs:31:29:31:32 | [finally: break] null | BreakInTry.cs:31:21:31:32 | [finally: break] ... == ... | semmle.label | successor |
| BreakInTry.cs:31:29:31:32 | null | BreakInTry.cs:31:21:31:32 | ... == ... | semmle.label | successor |
| BreakInTry.cs:32:21:32:21 | ; | BreakInTry.cs:22:9:34:9 | foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:32:21:32:21 | [break] ; | BreakInTry.cs:35:7:35:7 | ; | semmle.label | break |
| BreakInTry.cs:32:21:32:21 | [finally: break] ; | BreakInTry.cs:35:7:35:7 | ; | semmle.label | break |
| BreakInTry.cs:35:7:35:7 | ; | BreakInTry.cs:20:10:20:11 | exit M2 | semmle.label | successor |
| BreakInTry.cs:38:10:38:11 | enter M3 | BreakInTry.cs:39:5:54:5 | {...} | semmle.label | successor |
| BreakInTry.cs:39:5:54:5 | {...} | BreakInTry.cs:40:9:52:9 | try {...} ... | semmle.label | successor |
@@ -124,30 +124,30 @@
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:43:17:43:23 | return ...; | semmle.label | true |
| BreakInTry.cs:42:17:42:28 | ... == ... | BreakInTry.cs:46:9:52:9 | {...} | semmle.label | false |
| BreakInTry.cs:42:25:42:28 | null | BreakInTry.cs:42:17:42:28 | ... == ... | semmle.label | successor |
| BreakInTry.cs:43:17:43:23 | return ...; | BreakInTry.cs:46:9:52:9 | [return] {...} | semmle.label | return |
| BreakInTry.cs:46:9:52:9 | [return] {...} | BreakInTry.cs:47:33:47:36 | [return] access to parameter args | semmle.label | successor |
| BreakInTry.cs:43:17:43:23 | return ...; | BreakInTry.cs:46:9:52:9 | [finally: return] {...} | semmle.label | return |
| BreakInTry.cs:46:9:52:9 | [finally: return] {...} | BreakInTry.cs:47:33:47:36 | [finally: return] access to parameter args | semmle.label | successor |
| BreakInTry.cs:46:9:52:9 | {...} | BreakInTry.cs:47:33:47:36 | access to parameter args | semmle.label | successor |
| BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:38:10:38:11 | exit M3 | semmle.label | return |
| BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:47:26:47:28 | [return] String arg | semmle.label | non-empty |
| BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:38:10:38:11 | exit M3 | semmle.label | return |
| BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:47:26:47:28 | [finally: return] String arg | semmle.label | non-empty |
| BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | BreakInTry.cs:47:26:47:28 | String arg | semmle.label | non-empty |
| BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | BreakInTry.cs:53:7:53:7 | ; | semmle.label | empty |
| BreakInTry.cs:47:26:47:28 | String arg | BreakInTry.cs:48:13:51:13 | {...} | semmle.label | successor |
| BreakInTry.cs:47:26:47:28 | [return] String arg | BreakInTry.cs:48:13:51:13 | [return] {...} | semmle.label | successor |
| BreakInTry.cs:47:33:47:36 | [return] access to parameter args | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:47:26:47:28 | [finally: return] String arg | BreakInTry.cs:48:13:51:13 | [finally: return] {...} | semmle.label | successor |
| BreakInTry.cs:47:33:47:36 | [finally: return] access to parameter args | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:47:33:47:36 | access to parameter args | BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:48:13:51:13 | [return] {...} | BreakInTry.cs:49:17:50:26 | [return] if (...) ... | semmle.label | successor |
| BreakInTry.cs:48:13:51:13 | [finally: return] {...} | BreakInTry.cs:49:17:50:26 | [finally: return] if (...) ... | semmle.label | successor |
| BreakInTry.cs:48:13:51:13 | {...} | BreakInTry.cs:49:17:50:26 | if (...) ... | semmle.label | successor |
| BreakInTry.cs:49:17:50:26 | [return] if (...) ... | BreakInTry.cs:49:21:49:23 | [return] access to local variable arg | semmle.label | successor |
| BreakInTry.cs:49:17:50:26 | [finally: return] if (...) ... | BreakInTry.cs:49:21:49:23 | [finally: return] access to local variable arg | semmle.label | successor |
| BreakInTry.cs:49:17:50:26 | if (...) ... | BreakInTry.cs:49:21:49:23 | access to local variable arg | semmle.label | successor |
| BreakInTry.cs:49:21:49:23 | [return] access to local variable arg | BreakInTry.cs:49:28:49:31 | [return] null | semmle.label | successor |
| BreakInTry.cs:49:21:49:23 | [finally: return] access to local variable arg | BreakInTry.cs:49:28:49:31 | [finally: return] null | semmle.label | successor |
| BreakInTry.cs:49:21:49:23 | access to local variable arg | BreakInTry.cs:49:28:49:31 | null | semmle.label | successor |
| BreakInTry.cs:49:21:49:31 | ... == ... | BreakInTry.cs:47:13:51:13 | foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:49:21:49:31 | ... == ... | BreakInTry.cs:50:21:50:26 | break; | semmle.label | true |
| BreakInTry.cs:49:21:49:31 | [return] ... == ... | BreakInTry.cs:47:13:51:13 | [return] foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:49:21:49:31 | [return] ... == ... | BreakInTry.cs:50:21:50:26 | [return] break; | semmle.label | true |
| BreakInTry.cs:49:28:49:31 | [return] null | BreakInTry.cs:49:21:49:31 | [return] ... == ... | semmle.label | successor |
| BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | BreakInTry.cs:47:13:51:13 | [finally: return] foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | BreakInTry.cs:50:21:50:26 | [finally: return] break; | semmle.label | true |
| BreakInTry.cs:49:28:49:31 | [finally: return] null | BreakInTry.cs:49:21:49:31 | [finally: return] ... == ... | semmle.label | successor |
| BreakInTry.cs:49:28:49:31 | null | BreakInTry.cs:49:21:49:31 | ... == ... | semmle.label | successor |
| BreakInTry.cs:50:21:50:26 | [return] break; | BreakInTry.cs:38:10:38:11 | exit M3 | semmle.label | return |
| BreakInTry.cs:50:21:50:26 | [finally: return] break; | BreakInTry.cs:38:10:38:11 | exit M3 | semmle.label | return |
| BreakInTry.cs:50:21:50:26 | break; | BreakInTry.cs:53:7:53:7 | ; | semmle.label | break |
| BreakInTry.cs:53:7:53:7 | ; | BreakInTry.cs:38:10:38:11 | exit M3 | semmle.label | successor |
| BreakInTry.cs:56:10:56:11 | enter M4 | BreakInTry.cs:57:5:71:5 | {...} | semmle.label | successor |
@@ -159,30 +159,30 @@
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:61:17:61:23 | return ...; | semmle.label | true |
| BreakInTry.cs:60:17:60:28 | ... == ... | BreakInTry.cs:64:9:70:9 | {...} | semmle.label | false |
| BreakInTry.cs:60:25:60:28 | null | BreakInTry.cs:60:17:60:28 | ... == ... | semmle.label | successor |
| BreakInTry.cs:61:17:61:23 | return ...; | BreakInTry.cs:64:9:70:9 | [return] {...} | semmle.label | return |
| BreakInTry.cs:64:9:70:9 | [return] {...} | BreakInTry.cs:65:33:65:36 | [return] access to parameter args | semmle.label | successor |
| BreakInTry.cs:61:17:61:23 | return ...; | BreakInTry.cs:64:9:70:9 | [finally: return] {...} | semmle.label | return |
| BreakInTry.cs:64:9:70:9 | [finally: return] {...} | BreakInTry.cs:65:33:65:36 | [finally: return] access to parameter args | semmle.label | successor |
| BreakInTry.cs:64:9:70:9 | {...} | BreakInTry.cs:65:33:65:36 | access to parameter args | semmle.label | successor |
| BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | return |
| BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | BreakInTry.cs:65:26:65:28 | [return] String arg | semmle.label | non-empty |
| BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | return |
| BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | BreakInTry.cs:65:26:65:28 | [finally: return] String arg | semmle.label | non-empty |
| BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | empty |
| BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | BreakInTry.cs:65:26:65:28 | String arg | semmle.label | non-empty |
| BreakInTry.cs:65:26:65:28 | String arg | BreakInTry.cs:66:13:69:13 | {...} | semmle.label | successor |
| BreakInTry.cs:65:26:65:28 | [return] String arg | BreakInTry.cs:66:13:69:13 | [return] {...} | semmle.label | successor |
| BreakInTry.cs:65:33:65:36 | [return] access to parameter args | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:65:26:65:28 | [finally: return] String arg | BreakInTry.cs:66:13:69:13 | [finally: return] {...} | semmle.label | successor |
| BreakInTry.cs:65:33:65:36 | [finally: return] access to parameter args | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:65:33:65:36 | access to parameter args | BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | semmle.label | successor |
| BreakInTry.cs:66:13:69:13 | [return] {...} | BreakInTry.cs:67:17:68:26 | [return] if (...) ... | semmle.label | successor |
| BreakInTry.cs:66:13:69:13 | [finally: return] {...} | BreakInTry.cs:67:17:68:26 | [finally: return] if (...) ... | semmle.label | successor |
| BreakInTry.cs:66:13:69:13 | {...} | BreakInTry.cs:67:17:68:26 | if (...) ... | semmle.label | successor |
| BreakInTry.cs:67:17:68:26 | [return] if (...) ... | BreakInTry.cs:67:21:67:23 | [return] access to local variable arg | semmle.label | successor |
| BreakInTry.cs:67:17:68:26 | [finally: return] if (...) ... | BreakInTry.cs:67:21:67:23 | [finally: return] access to local variable arg | semmle.label | successor |
| BreakInTry.cs:67:17:68:26 | if (...) ... | BreakInTry.cs:67:21:67:23 | access to local variable arg | semmle.label | successor |
| BreakInTry.cs:67:21:67:23 | [return] access to local variable arg | BreakInTry.cs:67:28:67:31 | [return] null | semmle.label | successor |
| BreakInTry.cs:67:21:67:23 | [finally: return] access to local variable arg | BreakInTry.cs:67:28:67:31 | [finally: return] null | semmle.label | successor |
| BreakInTry.cs:67:21:67:23 | access to local variable arg | BreakInTry.cs:67:28:67:31 | null | semmle.label | successor |
| BreakInTry.cs:67:21:67:31 | ... == ... | BreakInTry.cs:65:13:69:13 | foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:67:21:67:31 | ... == ... | BreakInTry.cs:68:21:68:26 | break; | semmle.label | true |
| BreakInTry.cs:67:21:67:31 | [return] ... == ... | BreakInTry.cs:65:13:69:13 | [return] foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:67:21:67:31 | [return] ... == ... | BreakInTry.cs:68:21:68:26 | [return] break; | semmle.label | true |
| BreakInTry.cs:67:28:67:31 | [return] null | BreakInTry.cs:67:21:67:31 | [return] ... == ... | semmle.label | successor |
| BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | BreakInTry.cs:65:13:69:13 | [finally: return] foreach (... ... in ...) ... | semmle.label | false |
| BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | BreakInTry.cs:68:21:68:26 | [finally: return] break; | semmle.label | true |
| BreakInTry.cs:67:28:67:31 | [finally: return] null | BreakInTry.cs:67:21:67:31 | [finally: return] ... == ... | semmle.label | successor |
| BreakInTry.cs:67:28:67:31 | null | BreakInTry.cs:67:21:67:31 | ... == ... | semmle.label | successor |
| BreakInTry.cs:68:21:68:26 | [return] break; | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | return |
| BreakInTry.cs:68:21:68:26 | [finally: return] break; | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | return |
| BreakInTry.cs:68:21:68:26 | break; | BreakInTry.cs:56:10:56:11 | exit M4 | semmle.label | break |
| CompileTimeOperators.cs:5:9:5:15 | enter Default | CompileTimeOperators.cs:6:5:8:5 | {...} | semmle.label | successor |
| CompileTimeOperators.cs:6:5:8:5 | {...} | CompileTimeOperators.cs:7:16:7:27 | default(...) | semmle.label | successor |
@@ -204,11 +204,11 @@
| CompileTimeOperators.cs:29:5:41:5 | {...} | CompileTimeOperators.cs:30:9:38:9 | try {...} ... | semmle.label | successor |
| CompileTimeOperators.cs:30:9:38:9 | try {...} ... | CompileTimeOperators.cs:31:9:34:9 | {...} | semmle.label | successor |
| CompileTimeOperators.cs:31:9:34:9 | {...} | CompileTimeOperators.cs:32:13:32:21 | goto ...; | semmle.label | successor |
| CompileTimeOperators.cs:32:13:32:21 | goto ...; | CompileTimeOperators.cs:36:9:38:9 | [goto(End)] {...} | semmle.label | goto(End) |
| CompileTimeOperators.cs:36:9:38:9 | [goto(End)] {...} | CompileTimeOperators.cs:37:13:37:41 | [goto(End)] ...; | semmle.label | successor |
| CompileTimeOperators.cs:37:13:37:40 | [goto(End)] call to method WriteLine | CompileTimeOperators.cs:40:9:40:11 | End: | semmle.label | goto(End) |
| CompileTimeOperators.cs:37:13:37:41 | [goto(End)] ...; | CompileTimeOperators.cs:37:31:37:39 | [goto(End)] "Finally" | semmle.label | successor |
| CompileTimeOperators.cs:37:31:37:39 | [goto(End)] "Finally" | CompileTimeOperators.cs:37:13:37:40 | [goto(End)] call to method WriteLine | semmle.label | successor |
| CompileTimeOperators.cs:32:13:32:21 | goto ...; | CompileTimeOperators.cs:36:9:38:9 | [finally: goto(End)] {...} | semmle.label | goto(End) |
| CompileTimeOperators.cs:36:9:38:9 | [finally: goto(End)] {...} | CompileTimeOperators.cs:37:13:37:41 | [finally: goto(End)] ...; | semmle.label | successor |
| CompileTimeOperators.cs:37:13:37:40 | [finally: goto(End)] call to method WriteLine | CompileTimeOperators.cs:40:9:40:11 | End: | semmle.label | goto(End) |
| CompileTimeOperators.cs:37:13:37:41 | [finally: goto(End)] ...; | CompileTimeOperators.cs:37:31:37:39 | [finally: goto(End)] "Finally" | semmle.label | successor |
| CompileTimeOperators.cs:37:31:37:39 | [finally: goto(End)] "Finally" | CompileTimeOperators.cs:37:13:37:40 | [finally: goto(End)] call to method WriteLine | semmle.label | successor |
| CompileTimeOperators.cs:40:9:40:11 | End: | CompileTimeOperators.cs:40:14:40:38 | ...; | semmle.label | successor |
| CompileTimeOperators.cs:40:14:40:37 | call to method WriteLine | CompileTimeOperators.cs:28:10:28:10 | exit M | semmle.label | successor |
| CompileTimeOperators.cs:40:14:40:38 | ...; | CompileTimeOperators.cs:40:32:40:36 | "End" | semmle.label | successor |
@@ -1241,23 +1241,23 @@
| cflow.cs:147:5:246:5 | {...} | cflow.cs:148:9:155:9 | try {...} ... | semmle.label | successor |
| cflow.cs:148:9:155:9 | try {...} ... | cflow.cs:149:9:151:9 | {...} | semmle.label | successor |
| cflow.cs:149:9:151:9 | {...} | cflow.cs:150:13:150:38 | ...; | semmle.label | successor |
| cflow.cs:150:13:150:37 | call to method WriteLine | cflow.cs:153:9:155:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:150:13:150:37 | call to method WriteLine | cflow.cs:153:9:155:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:150:13:150:37 | call to method WriteLine | cflow.cs:153:9:155:9 | {...} | semmle.label | successor |
| cflow.cs:150:13:150:38 | ...; | cflow.cs:150:31:150:36 | "Try1" | semmle.label | successor |
| cflow.cs:150:31:150:36 | "Try1" | cflow.cs:150:13:150:37 | call to method WriteLine | semmle.label | successor |
| cflow.cs:150:31:150:36 | "Try1" | cflow.cs:153:9:155:9 | [exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:153:9:155:9 | [exception(Exception)] {...} | cflow.cs:154:13:154:41 | [exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:153:9:155:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:154:13:154:41 | [exception(OutOfMemoryException)] ...; | semmle.label | successor |
| cflow.cs:150:31:150:36 | "Try1" | cflow.cs:153:9:155:9 | [finally: exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:153:9:155:9 | [finally: exception(Exception)] {...} | cflow.cs:154:13:154:41 | [finally: exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:153:9:155:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:154:13:154:41 | [finally: exception(OutOfMemoryException)] ...; | semmle.label | successor |
| cflow.cs:153:9:155:9 | {...} | cflow.cs:154:13:154:41 | ...; | semmle.label | successor |
| cflow.cs:154:13:154:40 | [exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:154:13:154:40 | [exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:154:13:154:40 | [finally: exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:154:13:154:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:154:13:154:40 | call to method WriteLine | cflow.cs:157:9:187:9 | try {...} ... | semmle.label | successor |
| cflow.cs:154:13:154:41 | ...; | cflow.cs:154:31:154:39 | "Finally" | semmle.label | successor |
| cflow.cs:154:13:154:41 | [exception(Exception)] ...; | cflow.cs:154:31:154:39 | [exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:154:13:154:41 | [exception(OutOfMemoryException)] ...; | cflow.cs:154:31:154:39 | [exception(OutOfMemoryException)] "Finally" | semmle.label | successor |
| cflow.cs:154:13:154:41 | [finally: exception(Exception)] ...; | cflow.cs:154:31:154:39 | [finally: exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:154:13:154:41 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:154:31:154:39 | [finally: exception(OutOfMemoryException)] "Finally" | semmle.label | successor |
| cflow.cs:154:31:154:39 | "Finally" | cflow.cs:154:13:154:40 | call to method WriteLine | semmle.label | successor |
| cflow.cs:154:31:154:39 | [exception(Exception)] "Finally" | cflow.cs:154:13:154:40 | [exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:154:31:154:39 | [exception(OutOfMemoryException)] "Finally" | cflow.cs:154:13:154:40 | [exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:154:31:154:39 | [finally: exception(Exception)] "Finally" | cflow.cs:154:13:154:40 | [finally: exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:154:31:154:39 | [finally: exception(OutOfMemoryException)] "Finally" | cflow.cs:154:13:154:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:157:9:187:9 | try {...} ... | cflow.cs:158:9:161:9 | {...} | semmle.label | successor |
| cflow.cs:158:9:161:9 | {...} | cflow.cs:159:13:159:38 | ...; | semmle.label | successor |
| cflow.cs:159:13:159:37 | call to method WriteLine | cflow.cs:160:13:160:19 | return ...; | semmle.label | successor |
@@ -1267,12 +1267,12 @@
| cflow.cs:159:13:159:38 | ...; | cflow.cs:159:31:159:36 | "Try2" | semmle.label | successor |
| cflow.cs:159:31:159:36 | "Try2" | cflow.cs:159:13:159:37 | call to method WriteLine | semmle.label | successor |
| cflow.cs:159:31:159:36 | "Try2" | cflow.cs:177:9:179:9 | catch (...) {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:160:13:160:19 | return ...; | cflow.cs:185:9:187:9 | [return] {...} | semmle.label | return |
| cflow.cs:160:13:160:19 | return ...; | cflow.cs:185:9:187:9 | [finally: return] {...} | semmle.label | return |
| cflow.cs:162:9:165:9 | catch (...) {...} | cflow.cs:162:38:162:39 | IOException ex | semmle.label | successor |
| cflow.cs:162:38:162:39 | IOException ex | cflow.cs:162:48:162:51 | true | semmle.label | successor |
| cflow.cs:162:48:162:51 | true | cflow.cs:163:9:165:9 | {...} | semmle.label | successor |
| cflow.cs:163:9:165:9 | {...} | cflow.cs:164:13:164:18 | throw ...; | semmle.label | successor |
| cflow.cs:164:13:164:18 | throw ...; | cflow.cs:185:9:187:9 | [exception(IOException)] {...} | semmle.label | exception(IOException) |
| cflow.cs:164:13:164:18 | throw ...; | cflow.cs:185:9:187:9 | [finally: exception(IOException)] {...} | semmle.label | exception(IOException) |
| cflow.cs:166:9:176:9 | catch (...) {...} | cflow.cs:166:41:166:42 | ArgumentException ex | semmle.label | successor |
| cflow.cs:166:41:166:42 | ArgumentException ex | cflow.cs:167:9:176:9 | {...} | semmle.label | successor |
| cflow.cs:167:9:176:9 | {...} | cflow.cs:168:13:175:13 | try {...} ... | semmle.label | successor |
@@ -1280,67 +1280,71 @@
| cflow.cs:169:13:171:13 | {...} | cflow.cs:170:17:170:32 | if (...) ... | semmle.label | successor |
| cflow.cs:170:17:170:32 | if (...) ... | cflow.cs:170:21:170:24 | true | semmle.label | successor |
| cflow.cs:170:21:170:24 | true | cflow.cs:170:27:170:32 | throw ...; | semmle.label | true |
| cflow.cs:170:27:170:32 | throw ...; | cflow.cs:173:13:175:13 | [exception(ArgumentException)] {...} | semmle.label | exception(ArgumentException) |
| cflow.cs:173:13:175:13 | [exception(ArgumentException)] {...} | cflow.cs:174:37:174:42 | [exception(ArgumentException)] "Boo!" | semmle.label | successor |
| cflow.cs:174:17:174:44 | [exception(ArgumentException)] throw ...; | cflow.cs:185:9:187:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:174:23:174:43 | [exception(ArgumentException)] object creation of type Exception | cflow.cs:174:17:174:44 | [exception(ArgumentException)] throw ...; | semmle.label | successor |
| cflow.cs:174:37:174:42 | [exception(ArgumentException)] "Boo!" | cflow.cs:174:23:174:43 | [exception(ArgumentException)] object creation of type Exception | semmle.label | successor |
| cflow.cs:170:27:170:32 | throw ...; | cflow.cs:173:13:175:13 | [finally: exception(ArgumentException)] {...} | semmle.label | exception(ArgumentException) |
| cflow.cs:173:13:175:13 | [finally: exception(ArgumentException)] {...} | cflow.cs:174:37:174:42 | [finally: exception(ArgumentException)] "Boo!" | semmle.label | successor |
| cflow.cs:174:17:174:44 | [finally: exception(ArgumentException)] throw ...; | cflow.cs:185:9:187:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:174:23:174:43 | [finally: exception(ArgumentException)] object creation of type Exception | cflow.cs:174:17:174:44 | [finally: exception(ArgumentException)] throw ...; | semmle.label | successor |
| cflow.cs:174:37:174:42 | [finally: exception(ArgumentException)] "Boo!" | cflow.cs:174:23:174:43 | [finally: exception(ArgumentException)] object creation of type Exception | semmle.label | successor |
| cflow.cs:177:9:179:9 | catch (...) {...} | cflow.cs:178:9:179:9 | {...} | semmle.label | successor |
| cflow.cs:178:9:179:9 | {...} | cflow.cs:185:9:187:9 | {...} | semmle.label | successor |
| cflow.cs:185:9:187:9 | [exception(Exception)] {...} | cflow.cs:186:13:186:41 | [exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | [exception(IOException)] {...} | cflow.cs:186:13:186:41 | [exception(IOException)] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | [return] {...} | cflow.cs:186:13:186:41 | [return] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | [finally: exception(Exception)] {...} | cflow.cs:186:13:186:41 | [finally: exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | [finally: exception(IOException)] {...} | cflow.cs:186:13:186:41 | [finally: exception(IOException)] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | [finally: return] {...} | cflow.cs:186:13:186:41 | [finally: return] ...; | semmle.label | successor |
| cflow.cs:185:9:187:9 | {...} | cflow.cs:186:13:186:41 | ...; | semmle.label | successor |
| cflow.cs:186:13:186:40 | [exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:186:13:186:40 | [exception(IOException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(IOException) |
| cflow.cs:186:13:186:40 | [return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:186:13:186:40 | [finally: exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:186:13:186:40 | [finally: exception(IOException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(IOException) |
| cflow.cs:186:13:186:40 | [finally: return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:186:13:186:40 | call to method WriteLine | cflow.cs:189:9:204:9 | try {...} ... | semmle.label | successor |
| cflow.cs:186:13:186:41 | ...; | cflow.cs:186:31:186:39 | "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [exception(Exception)] ...; | cflow.cs:186:31:186:39 | [exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [exception(IOException)] ...; | cflow.cs:186:31:186:39 | [exception(IOException)] "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [return] ...; | cflow.cs:186:31:186:39 | [return] "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [finally: exception(Exception)] ...; | cflow.cs:186:31:186:39 | [finally: exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [finally: exception(IOException)] ...; | cflow.cs:186:31:186:39 | [finally: exception(IOException)] "Finally" | semmle.label | successor |
| cflow.cs:186:13:186:41 | [finally: return] ...; | cflow.cs:186:31:186:39 | [finally: return] "Finally" | semmle.label | successor |
| cflow.cs:186:31:186:39 | "Finally" | cflow.cs:186:13:186:40 | call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [exception(Exception)] "Finally" | cflow.cs:186:13:186:40 | [exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [exception(IOException)] "Finally" | cflow.cs:186:13:186:40 | [exception(IOException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [return] "Finally" | cflow.cs:186:13:186:40 | [return] call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [finally: exception(Exception)] "Finally" | cflow.cs:186:13:186:40 | [finally: exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [finally: exception(IOException)] "Finally" | cflow.cs:186:13:186:40 | [finally: exception(IOException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:186:31:186:39 | [finally: return] "Finally" | cflow.cs:186:13:186:40 | [finally: return] call to method WriteLine | semmle.label | successor |
| cflow.cs:189:9:204:9 | try {...} ... | cflow.cs:190:9:193:9 | {...} | semmle.label | successor |
| cflow.cs:190:9:193:9 | {...} | cflow.cs:191:13:191:38 | ...; | semmle.label | successor |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:192:13:192:19 | return ...; | semmle.label | successor |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:194:9:197:9 | catch (...) {...} | semmle.label | exception(Exception) |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:198:9:200:9 | catch (...) {...} | semmle.label | exception(Exception) |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:202:9:204:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:191:13:191:37 | call to method WriteLine | cflow.cs:202:9:204:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:191:13:191:38 | ...; | cflow.cs:191:31:191:36 | "Try3" | semmle.label | successor |
| cflow.cs:191:31:191:36 | "Try3" | cflow.cs:191:13:191:37 | call to method WriteLine | semmle.label | successor |
| cflow.cs:191:31:191:36 | "Try3" | cflow.cs:202:9:204:9 | [exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:192:13:192:19 | return ...; | cflow.cs:202:9:204:9 | [return] {...} | semmle.label | return |
| cflow.cs:191:31:191:36 | "Try3" | cflow.cs:202:9:204:9 | [finally: exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:192:13:192:19 | return ...; | cflow.cs:202:9:204:9 | [finally: return] {...} | semmle.label | return |
| cflow.cs:194:9:197:9 | catch (...) {...} | cflow.cs:194:38:194:39 | IOException ex | semmle.label | successor |
| cflow.cs:194:38:194:39 | IOException ex | cflow.cs:194:48:194:51 | true | semmle.label | successor |
| cflow.cs:194:48:194:51 | true | cflow.cs:195:9:197:9 | {...} | semmle.label | successor |
| cflow.cs:195:9:197:9 | {...} | cflow.cs:196:13:196:18 | throw ...; | semmle.label | successor |
| cflow.cs:196:13:196:18 | throw ...; | cflow.cs:202:9:204:9 | [exception(IOException)] {...} | semmle.label | exception(IOException) |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:198:33:198:37 | false | semmle.label | successor |
| cflow.cs:198:33:198:37 | false | cflow.cs:199:9:200:9 | {...} | semmle.label | successor |
| cflow.cs:196:13:196:18 | throw ...; | cflow.cs:202:9:204:9 | [finally: exception(IOException)] {...} | semmle.label | exception(IOException) |
| cflow.cs:198:9:200:9 | catch (...) {...} | cflow.cs:198:26:198:26 | Exception e | semmle.label | successor |
| cflow.cs:198:26:198:26 | Exception e | cflow.cs:198:35:198:35 | access to local variable e | semmle.label | successor |
| cflow.cs:198:35:198:35 | access to local variable e | cflow.cs:198:35:198:43 | access to property Message | semmle.label | successor |
| cflow.cs:198:35:198:43 | access to property Message | cflow.cs:198:48:198:51 | null | semmle.label | successor |
| cflow.cs:198:35:198:51 | ... != ... | cflow.cs:199:9:200:9 | {...} | semmle.label | successor |
| cflow.cs:198:48:198:51 | null | cflow.cs:198:35:198:51 | ... != ... | semmle.label | successor |
| cflow.cs:199:9:200:9 | {...} | cflow.cs:202:9:204:9 | {...} | semmle.label | successor |
| cflow.cs:202:9:204:9 | [exception(Exception)] {...} | cflow.cs:203:13:203:41 | [exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [exception(IOException)] {...} | cflow.cs:203:13:203:41 | [exception(IOException)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:203:13:203:41 | [exception(OutOfMemoryException)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [return] {...} | cflow.cs:203:13:203:41 | [return] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [finally: exception(Exception)] {...} | cflow.cs:203:13:203:41 | [finally: exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [finally: exception(IOException)] {...} | cflow.cs:203:13:203:41 | [finally: exception(IOException)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:203:13:203:41 | [finally: exception(OutOfMemoryException)] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | [finally: return] {...} | cflow.cs:203:13:203:41 | [finally: return] ...; | semmle.label | successor |
| cflow.cs:202:9:204:9 | {...} | cflow.cs:203:13:203:41 | ...; | semmle.label | successor |
| cflow.cs:203:13:203:40 | [exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:203:13:203:40 | [exception(IOException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(IOException) |
| cflow.cs:203:13:203:40 | [exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:203:13:203:40 | [return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:203:13:203:40 | [finally: exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:203:13:203:40 | [finally: exception(IOException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(IOException) |
| cflow.cs:203:13:203:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:203:13:203:40 | [finally: return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:203:13:203:40 | call to method WriteLine | cflow.cs:206:9:206:19 | ... ...; | semmle.label | successor |
| cflow.cs:203:13:203:41 | ...; | cflow.cs:203:31:203:39 | "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [exception(Exception)] ...; | cflow.cs:203:31:203:39 | [exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [exception(IOException)] ...; | cflow.cs:203:31:203:39 | [exception(IOException)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [exception(OutOfMemoryException)] ...; | cflow.cs:203:31:203:39 | [exception(OutOfMemoryException)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [return] ...; | cflow.cs:203:31:203:39 | [return] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [finally: exception(Exception)] ...; | cflow.cs:203:31:203:39 | [finally: exception(Exception)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [finally: exception(IOException)] ...; | cflow.cs:203:31:203:39 | [finally: exception(IOException)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:203:31:203:39 | [finally: exception(OutOfMemoryException)] "Finally" | semmle.label | successor |
| cflow.cs:203:13:203:41 | [finally: return] ...; | cflow.cs:203:31:203:39 | [finally: return] "Finally" | semmle.label | successor |
| cflow.cs:203:31:203:39 | "Finally" | cflow.cs:203:13:203:40 | call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [exception(Exception)] "Finally" | cflow.cs:203:13:203:40 | [exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [exception(IOException)] "Finally" | cflow.cs:203:13:203:40 | [exception(IOException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [exception(OutOfMemoryException)] "Finally" | cflow.cs:203:13:203:40 | [exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [return] "Finally" | cflow.cs:203:13:203:40 | [return] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [finally: exception(Exception)] "Finally" | cflow.cs:203:13:203:40 | [finally: exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [finally: exception(IOException)] "Finally" | cflow.cs:203:13:203:40 | [finally: exception(IOException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [finally: exception(OutOfMemoryException)] "Finally" | cflow.cs:203:13:203:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:203:31:203:39 | [finally: return] "Finally" | cflow.cs:203:13:203:40 | [finally: return] call to method WriteLine | semmle.label | successor |
| cflow.cs:206:9:206:19 | ... ...; | cflow.cs:206:13:206:13 | access to local variable i | semmle.label | successor |
| cflow.cs:206:13:206:13 | access to local variable i | cflow.cs:206:17:206:18 | 10 | semmle.label | successor |
| cflow.cs:206:13:206:18 | Int32 i = ... | cflow.cs:207:9:230:9 | while (...) ... | semmle.label | successor |
@@ -1358,224 +1362,224 @@
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:212:21:212:27 | return ...; | semmle.label | true |
| cflow.cs:211:21:211:26 | ... == ... | cflow.cs:213:17:214:29 | if (...) ... | semmle.label | false |
| cflow.cs:211:26:211:26 | 0 | cflow.cs:211:21:211:26 | ... == ... | semmle.label | successor |
| cflow.cs:212:21:212:27 | return ...; | cflow.cs:219:13:229:13 | [return] {...} | semmle.label | return |
| cflow.cs:212:21:212:27 | return ...; | cflow.cs:219:13:229:13 | [finally: return] {...} | semmle.label | return |
| cflow.cs:213:17:214:29 | if (...) ... | cflow.cs:213:21:213:21 | access to local variable i | semmle.label | successor |
| cflow.cs:213:21:213:21 | access to local variable i | cflow.cs:213:26:213:26 | 1 | semmle.label | successor |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:214:21:214:29 | continue; | semmle.label | true |
| cflow.cs:213:21:213:26 | ... == ... | cflow.cs:215:17:216:26 | if (...) ... | semmle.label | false |
| cflow.cs:213:26:213:26 | 1 | cflow.cs:213:21:213:26 | ... == ... | semmle.label | successor |
| cflow.cs:214:21:214:29 | continue; | cflow.cs:219:13:229:13 | [continue] {...} | semmle.label | continue |
| cflow.cs:214:21:214:29 | continue; | cflow.cs:219:13:229:13 | [finally: continue] {...} | semmle.label | continue |
| cflow.cs:215:17:216:26 | if (...) ... | cflow.cs:215:21:215:21 | access to local variable i | semmle.label | successor |
| cflow.cs:215:21:215:21 | access to local variable i | cflow.cs:215:26:215:26 | 2 | semmle.label | successor |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:216:21:216:26 | break; | semmle.label | true |
| cflow.cs:215:21:215:26 | ... == ... | cflow.cs:219:13:229:13 | {...} | semmle.label | false |
| cflow.cs:215:26:215:26 | 2 | cflow.cs:215:21:215:26 | ... == ... | semmle.label | successor |
| cflow.cs:216:21:216:26 | break; | cflow.cs:219:13:229:13 | [break] {...} | semmle.label | break |
| cflow.cs:219:13:229:13 | [break] {...} | cflow.cs:220:17:228:17 | [break] try {...} ... | semmle.label | successor |
| cflow.cs:219:13:229:13 | [continue] {...} | cflow.cs:220:17:228:17 | [continue] try {...} ... | semmle.label | successor |
| cflow.cs:219:13:229:13 | [return] {...} | cflow.cs:220:17:228:17 | [return] try {...} ... | semmle.label | successor |
| cflow.cs:216:21:216:26 | break; | cflow.cs:219:13:229:13 | [finally: break] {...} | semmle.label | break |
| cflow.cs:219:13:229:13 | [finally: break] {...} | cflow.cs:220:17:228:17 | [finally: break] try {...} ... | semmle.label | successor |
| cflow.cs:219:13:229:13 | [finally: continue] {...} | cflow.cs:220:17:228:17 | [finally: continue] try {...} ... | semmle.label | successor |
| cflow.cs:219:13:229:13 | [finally: return] {...} | cflow.cs:220:17:228:17 | [finally: return] try {...} ... | semmle.label | successor |
| cflow.cs:219:13:229:13 | {...} | cflow.cs:220:17:228:17 | try {...} ... | semmle.label | successor |
| cflow.cs:220:17:228:17 | [break] try {...} ... | cflow.cs:221:17:224:17 | [break] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | [continue] try {...} ... | cflow.cs:221:17:224:17 | [continue] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | [return] try {...} ... | cflow.cs:221:17:224:17 | [return] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | [finally: break] try {...} ... | cflow.cs:221:17:224:17 | [finally: break] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | [finally: continue] try {...} ... | cflow.cs:221:17:224:17 | [finally: continue] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | [finally: return] try {...} ... | cflow.cs:221:17:224:17 | [finally: return] {...} | semmle.label | successor |
| cflow.cs:220:17:228:17 | try {...} ... | cflow.cs:221:17:224:17 | {...} | semmle.label | successor |
| cflow.cs:221:17:224:17 | [break] {...} | cflow.cs:222:21:223:46 | [break] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | [continue] {...} | cflow.cs:222:21:223:46 | [continue] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | [return] {...} | cflow.cs:222:21:223:46 | [return] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | [finally: break] {...} | cflow.cs:222:21:223:46 | [finally: break] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | [finally: continue] {...} | cflow.cs:222:21:223:46 | [finally: continue] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | [finally: return] {...} | cflow.cs:222:21:223:46 | [finally: return] if (...) ... | semmle.label | successor |
| cflow.cs:221:17:224:17 | {...} | cflow.cs:222:21:223:46 | if (...) ... | semmle.label | successor |
| cflow.cs:222:21:223:46 | [break] if (...) ... | cflow.cs:222:25:222:25 | [break] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | [continue] if (...) ... | cflow.cs:222:25:222:25 | [continue] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | [return] if (...) ... | cflow.cs:222:25:222:25 | [return] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | [finally: break] if (...) ... | cflow.cs:222:25:222:25 | [finally: break] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | [finally: continue] if (...) ... | cflow.cs:222:25:222:25 | [finally: continue] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | [finally: return] if (...) ... | cflow.cs:222:25:222:25 | [finally: return] access to local variable i | semmle.label | successor |
| cflow.cs:222:21:223:46 | if (...) ... | cflow.cs:222:25:222:25 | access to local variable i | semmle.label | successor |
| cflow.cs:222:25:222:25 | [break] access to local variable i | cflow.cs:222:30:222:30 | [break] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | [continue] access to local variable i | cflow.cs:222:30:222:30 | [continue] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | [return] access to local variable i | cflow.cs:222:30:222:30 | [return] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | [finally: break] access to local variable i | cflow.cs:222:30:222:30 | [finally: break] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | [finally: continue] access to local variable i | cflow.cs:222:30:222:30 | [finally: continue] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | [finally: return] access to local variable i | cflow.cs:222:30:222:30 | [finally: return] 3 | semmle.label | successor |
| cflow.cs:222:25:222:25 | access to local variable i | cflow.cs:222:30:222:30 | 3 | semmle.label | successor |
| cflow.cs:222:25:222:30 | ... == ... | cflow.cs:223:31:223:45 | object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | ... == ... | cflow.cs:226:17:228:17 | {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [break] ... == ... | cflow.cs:223:31:223:45 | [break] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [break] ... == ... | cflow.cs:226:17:228:17 | [break] {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [continue] ... == ... | cflow.cs:223:31:223:45 | [continue] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [continue] ... == ... | cflow.cs:226:17:228:17 | [continue] {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [return] ... == ... | cflow.cs:223:31:223:45 | [return] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [return] ... == ... | cflow.cs:226:17:228:17 | [return] {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [finally: break] ... == ... | cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [finally: break] ... == ... | cflow.cs:226:17:228:17 | [finally: break] {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [finally: continue] ... == ... | cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [finally: continue] ... == ... | cflow.cs:226:17:228:17 | [finally: continue] {...} | semmle.label | false |
| cflow.cs:222:25:222:30 | [finally: return] ... == ... | cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | semmle.label | true |
| cflow.cs:222:25:222:30 | [finally: return] ... == ... | cflow.cs:226:17:228:17 | [finally: return] {...} | semmle.label | false |
| cflow.cs:222:30:222:30 | 3 | cflow.cs:222:25:222:30 | ... == ... | semmle.label | successor |
| cflow.cs:222:30:222:30 | [break] 3 | cflow.cs:222:25:222:30 | [break] ... == ... | semmle.label | successor |
| cflow.cs:222:30:222:30 | [continue] 3 | cflow.cs:222:25:222:30 | [continue] ... == ... | semmle.label | successor |
| cflow.cs:222:30:222:30 | [return] 3 | cflow.cs:222:25:222:30 | [return] ... == ... | semmle.label | successor |
| cflow.cs:223:25:223:46 | [break] throw ...; | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | [continue] throw ...; | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | [return] throw ...; | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | throw ...; | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [break] object creation of type Exception | cflow.cs:223:25:223:46 | [break] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [break] object creation of type Exception | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [continue] object creation of type Exception | cflow.cs:223:25:223:46 | [continue] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [continue] object creation of type Exception | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [return] object creation of type Exception | cflow.cs:223:25:223:46 | [return] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [return] object creation of type Exception | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:222:30:222:30 | [finally: break] 3 | cflow.cs:222:25:222:30 | [finally: break] ... == ... | semmle.label | successor |
| cflow.cs:222:30:222:30 | [finally: continue] 3 | cflow.cs:222:25:222:30 | [finally: continue] ... == ... | semmle.label | successor |
| cflow.cs:222:30:222:30 | [finally: return] 3 | cflow.cs:222:25:222:30 | [finally: return] ... == ... | semmle.label | successor |
| cflow.cs:223:25:223:46 | [finally: break] throw ...; | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | [finally: continue] throw ...; | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | [finally: return] throw ...; | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:25:223:46 | throw ...; | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | cflow.cs:223:25:223:46 | [finally: break] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [finally: break] object creation of type Exception | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | cflow.cs:223:25:223:46 | [finally: continue] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [finally: continue] object creation of type Exception | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | cflow.cs:223:25:223:46 | [finally: return] throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | [finally: return] object creation of type Exception | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:223:31:223:45 | object creation of type Exception | cflow.cs:223:25:223:46 | throw ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | object creation of type Exception | cflow.cs:226:17:228:17 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:226:17:228:17 | [break] {...} | cflow.cs:227:21:227:24 | [break] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [continue] {...} | cflow.cs:227:21:227:24 | [continue] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [exception(Exception)] {...} | cflow.cs:227:21:227:24 | [exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [return] {...} | cflow.cs:227:21:227:24 | [return] ...; | semmle.label | successor |
| cflow.cs:223:31:223:45 | object creation of type Exception | cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:226:17:228:17 | [finally: break] {...} | cflow.cs:227:21:227:24 | [finally: break] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [finally: continue] {...} | cflow.cs:227:21:227:24 | [finally: continue] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [finally: exception(Exception)] {...} | cflow.cs:227:21:227:24 | [finally: exception(Exception)] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | [finally: return] {...} | cflow.cs:227:21:227:24 | [finally: return] ...; | semmle.label | successor |
| cflow.cs:226:17:228:17 | {...} | cflow.cs:227:21:227:24 | ...; | semmle.label | successor |
| cflow.cs:227:21:227:21 | [break] access to local variable i | cflow.cs:227:21:227:23 | [break] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [continue] access to local variable i | cflow.cs:227:21:227:23 | [continue] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [exception(Exception)] access to local variable i | cflow.cs:227:21:227:23 | [exception(Exception)] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [return] access to local variable i | cflow.cs:227:21:227:23 | [return] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [finally: break] access to local variable i | cflow.cs:227:21:227:23 | [finally: break] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [finally: continue] access to local variable i | cflow.cs:227:21:227:23 | [finally: continue] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [finally: exception(Exception)] access to local variable i | cflow.cs:227:21:227:23 | [finally: exception(Exception)] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | [finally: return] access to local variable i | cflow.cs:227:21:227:23 | [finally: return] ...-- | semmle.label | successor |
| cflow.cs:227:21:227:21 | access to local variable i | cflow.cs:227:21:227:23 | ...-- | semmle.label | successor |
| cflow.cs:227:21:227:23 | ...-- | cflow.cs:207:16:207:16 | access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:23 | [break] ...-- | cflow.cs:232:9:245:9 | try {...} ... | semmle.label | break |
| cflow.cs:227:21:227:23 | [continue] ...-- | cflow.cs:207:16:207:16 | access to local variable i | semmle.label | continue |
| cflow.cs:227:21:227:23 | [exception(Exception)] ...-- | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:227:21:227:23 | [return] ...-- | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:227:21:227:23 | [finally: break] ...-- | cflow.cs:232:9:245:9 | try {...} ... | semmle.label | break |
| cflow.cs:227:21:227:23 | [finally: continue] ...-- | cflow.cs:207:16:207:16 | access to local variable i | semmle.label | continue |
| cflow.cs:227:21:227:23 | [finally: exception(Exception)] ...-- | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:227:21:227:23 | [finally: return] ...-- | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:227:21:227:24 | ...; | cflow.cs:227:21:227:21 | access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [break] ...; | cflow.cs:227:21:227:21 | [break] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [continue] ...; | cflow.cs:227:21:227:21 | [continue] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [exception(Exception)] ...; | cflow.cs:227:21:227:21 | [exception(Exception)] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [return] ...; | cflow.cs:227:21:227:21 | [return] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [finally: break] ...; | cflow.cs:227:21:227:21 | [finally: break] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [finally: continue] ...; | cflow.cs:227:21:227:21 | [finally: continue] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [finally: exception(Exception)] ...; | cflow.cs:227:21:227:21 | [finally: exception(Exception)] access to local variable i | semmle.label | successor |
| cflow.cs:227:21:227:24 | [finally: return] ...; | cflow.cs:227:21:227:21 | [finally: return] access to local variable i | semmle.label | successor |
| cflow.cs:232:9:245:9 | try {...} ... | cflow.cs:233:9:238:9 | {...} | semmle.label | successor |
| cflow.cs:233:9:238:9 | {...} | cflow.cs:234:13:235:23 | if (...) ... | semmle.label | successor |
| cflow.cs:234:13:235:23 | if (...) ... | cflow.cs:234:17:234:21 | this access | semmle.label | successor |
| cflow.cs:234:17:234:21 | access to field Field | cflow.cs:234:17:234:28 | access to property Length | semmle.label | successor |
| cflow.cs:234:17:234:21 | access to field Field | cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:234:17:234:21 | access to field Field | cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:234:17:234:21 | this access | cflow.cs:234:17:234:21 | access to field Field | semmle.label | successor |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:234:33:234:33 | 0 | semmle.label | successor |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:240:9:245:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:234:17:234:28 | access to property Length | cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:235:17:235:23 | return ...; | semmle.label | true |
| cflow.cs:234:17:234:33 | ... == ... | cflow.cs:236:13:237:49 | if (...) ... | semmle.label | false |
| cflow.cs:234:33:234:33 | 0 | cflow.cs:234:17:234:33 | ... == ... | semmle.label | successor |
| cflow.cs:235:17:235:23 | return ...; | cflow.cs:240:9:245:9 | [return] {...} | semmle.label | return |
| cflow.cs:235:17:235:23 | return ...; | cflow.cs:240:9:245:9 | [finally: return] {...} | semmle.label | return |
| cflow.cs:236:13:237:49 | if (...) ... | cflow.cs:236:17:236:21 | this access | semmle.label | successor |
| cflow.cs:236:17:236:21 | access to field Field | cflow.cs:236:17:236:28 | access to property Length | semmle.label | successor |
| cflow.cs:236:17:236:21 | access to field Field | cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:236:17:236:21 | access to field Field | cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:236:17:236:21 | this access | cflow.cs:236:17:236:21 | access to field Field | semmle.label | successor |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:236:33:236:33 | 1 | semmle.label | successor |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:240:9:245:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:236:17:236:28 | access to property Length | cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | semmle.label | exception(NullReferenceException) |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | semmle.label | true |
| cflow.cs:236:17:236:33 | ... == ... | cflow.cs:240:9:245:9 | {...} | semmle.label | false |
| cflow.cs:236:33:236:33 | 1 | cflow.cs:236:17:236:33 | ... == ... | semmle.label | successor |
| cflow.cs:237:17:237:49 | throw ...; | cflow.cs:240:9:245:9 | [exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:237:17:237:49 | throw ...; | cflow.cs:240:9:245:9 | [finally: exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | cflow.cs:237:17:237:49 | throw ...; | semmle.label | successor |
| cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | cflow.cs:240:9:245:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:240:9:245:9 | [exception(Exception)] {...} | cflow.cs:241:13:242:41 | [exception(Exception)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [exception(NullReferenceException)] {...} | cflow.cs:241:13:242:41 | [exception(NullReferenceException)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:241:13:242:41 | [exception(OutOfMemoryException)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [return] {...} | cflow.cs:241:13:242:41 | [return] if (...) ... | semmle.label | successor |
| cflow.cs:237:23:237:48 | object creation of type OutOfMemoryException | cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:240:9:245:9 | [finally: exception(Exception)] {...} | cflow.cs:241:13:242:41 | [finally: exception(Exception)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [finally: exception(NullReferenceException)] {...} | cflow.cs:241:13:242:41 | [finally: exception(NullReferenceException)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:241:13:242:41 | [finally: exception(OutOfMemoryException)] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | [finally: return] {...} | cflow.cs:241:13:242:41 | [finally: return] if (...) ... | semmle.label | successor |
| cflow.cs:240:9:245:9 | {...} | cflow.cs:241:13:242:41 | if (...) ... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [exception(Exception)] if (...) ... | cflow.cs:241:17:241:36 | [exception(Exception)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [exception(NullReferenceException)] if (...) ... | cflow.cs:241:17:241:36 | [exception(NullReferenceException)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [exception(OutOfMemoryException)] if (...) ... | cflow.cs:241:17:241:36 | [exception(OutOfMemoryException)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [return] if (...) ... | cflow.cs:241:17:241:36 | [return] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [finally: exception(Exception)] if (...) ... | cflow.cs:241:17:241:36 | [finally: exception(Exception)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [finally: exception(NullReferenceException)] if (...) ... | cflow.cs:241:17:241:36 | [finally: exception(NullReferenceException)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [finally: exception(OutOfMemoryException)] if (...) ... | cflow.cs:241:17:241:36 | [finally: exception(OutOfMemoryException)] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | [finally: return] if (...) ... | cflow.cs:241:17:241:36 | [finally: return] !... | semmle.label | successor |
| cflow.cs:241:13:242:41 | if (...) ... | cflow.cs:241:17:241:36 | !... | semmle.label | successor |
| cflow.cs:241:17:241:36 | !... | cflow.cs:241:19:241:23 | this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [exception(Exception)] !... | cflow.cs:241:19:241:23 | [exception(Exception)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [exception(NullReferenceException)] !... | cflow.cs:241:19:241:23 | [exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [exception(OutOfMemoryException)] !... | cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [return] !... | cflow.cs:241:19:241:23 | [return] this access | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(Exception)] access to field Field | cflow.cs:241:19:241:30 | [exception(Exception)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(Exception)] this access | cflow.cs:241:19:241:23 | [exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(NullReferenceException)] access to field Field | cflow.cs:241:19:241:30 | [exception(NullReferenceException)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(NullReferenceException)] this access | cflow.cs:241:19:241:23 | [exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] access to field Field | cflow.cs:241:19:241:30 | [exception(OutOfMemoryException)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] this access | cflow.cs:241:19:241:23 | [exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [return] access to field Field | cflow.cs:241:19:241:30 | [return] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [return] this access | cflow.cs:241:19:241:23 | [return] access to field Field | semmle.label | successor |
| cflow.cs:241:17:241:36 | [finally: exception(Exception)] !... | cflow.cs:241:19:241:23 | [finally: exception(Exception)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [finally: exception(NullReferenceException)] !... | cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [finally: exception(OutOfMemoryException)] !... | cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:241:17:241:36 | [finally: return] !... | cflow.cs:241:19:241:23 | [finally: return] this access | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(Exception)] access to field Field | cflow.cs:241:19:241:30 | [finally: exception(Exception)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(Exception)] this access | cflow.cs:241:19:241:23 | [finally: exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] access to field Field | cflow.cs:241:19:241:30 | [finally: exception(NullReferenceException)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] this access | cflow.cs:241:19:241:23 | [finally: exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] access to field Field | cflow.cs:241:19:241:30 | [finally: exception(OutOfMemoryException)] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] this access | cflow.cs:241:19:241:23 | [finally: exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: return] access to field Field | cflow.cs:241:19:241:30 | [finally: return] access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | [finally: return] this access | cflow.cs:241:19:241:23 | [finally: return] access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:23 | access to field Field | cflow.cs:241:19:241:30 | access to property Length | semmle.label | successor |
| cflow.cs:241:19:241:23 | this access | cflow.cs:241:19:241:23 | access to field Field | semmle.label | successor |
| cflow.cs:241:19:241:30 | [exception(Exception)] access to property Length | cflow.cs:241:35:241:35 | [exception(Exception)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [exception(NullReferenceException)] access to property Length | cflow.cs:241:35:241:35 | [exception(NullReferenceException)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [exception(OutOfMemoryException)] access to property Length | cflow.cs:241:35:241:35 | [exception(OutOfMemoryException)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [return] access to property Length | cflow.cs:241:35:241:35 | [return] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [finally: exception(Exception)] access to property Length | cflow.cs:241:35:241:35 | [finally: exception(Exception)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [finally: exception(NullReferenceException)] access to property Length | cflow.cs:241:35:241:35 | [finally: exception(NullReferenceException)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [finally: exception(OutOfMemoryException)] access to property Length | cflow.cs:241:35:241:35 | [finally: exception(OutOfMemoryException)] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | [finally: return] access to property Length | cflow.cs:241:35:241:35 | [finally: return] 0 | semmle.label | successor |
| cflow.cs:241:19:241:30 | access to property Length | cflow.cs:241:35:241:35 | 0 | semmle.label | successor |
| cflow.cs:241:19:241:35 | ... == ... | cflow.cs:242:17:242:41 | ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | ... == ... | cflow.cs:243:13:244:37 | if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | cflow.cs:242:17:242:41 | [exception(Exception)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [return] ... == ... | cflow.cs:242:17:242:41 | [return] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [return] ... == ... | cflow.cs:243:13:244:37 | [return] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | semmle.label | true |
| cflow.cs:241:19:241:35 | [finally: return] ... == ... | cflow.cs:242:17:242:41 | [finally: return] ...; | semmle.label | false |
| cflow.cs:241:19:241:35 | [finally: return] ... == ... | cflow.cs:243:13:244:37 | [finally: return] if (...) ... | semmle.label | true |
| cflow.cs:241:35:241:35 | 0 | cflow.cs:241:19:241:35 | ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [exception(Exception)] 0 | cflow.cs:241:19:241:35 | [exception(Exception)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [exception(NullReferenceException)] 0 | cflow.cs:241:19:241:35 | [exception(NullReferenceException)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [exception(OutOfMemoryException)] 0 | cflow.cs:241:19:241:35 | [exception(OutOfMemoryException)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [return] 0 | cflow.cs:241:19:241:35 | [return] ... == ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [exception(Exception)] call to method WriteLine | cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [exception(NullReferenceException)] call to method WriteLine | cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [return] call to method WriteLine | cflow.cs:243:13:244:37 | [return] if (...) ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [finally: exception(Exception)] 0 | cflow.cs:241:19:241:35 | [finally: exception(Exception)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [finally: exception(NullReferenceException)] 0 | cflow.cs:241:19:241:35 | [finally: exception(NullReferenceException)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [finally: exception(OutOfMemoryException)] 0 | cflow.cs:241:19:241:35 | [finally: exception(OutOfMemoryException)] ... == ... | semmle.label | successor |
| cflow.cs:241:35:241:35 | [finally: return] 0 | cflow.cs:241:19:241:35 | [finally: return] ... == ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [finally: exception(Exception)] call to method WriteLine | cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [finally: exception(NullReferenceException)] call to method WriteLine | cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | [finally: return] call to method WriteLine | cflow.cs:243:13:244:37 | [finally: return] if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:40 | call to method WriteLine | cflow.cs:243:13:244:37 | if (...) ... | semmle.label | successor |
| cflow.cs:242:17:242:41 | ...; | cflow.cs:242:35:242:39 | this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [exception(Exception)] ...; | cflow.cs:242:35:242:39 | [exception(Exception)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [exception(NullReferenceException)] ...; | cflow.cs:242:35:242:39 | [exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [exception(OutOfMemoryException)] ...; | cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [return] ...; | cflow.cs:242:35:242:39 | [return] this access | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(Exception)] access to field Field | cflow.cs:242:17:242:40 | [exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(Exception)] this access | cflow.cs:242:35:242:39 | [exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(NullReferenceException)] access to field Field | cflow.cs:242:17:242:40 | [exception(NullReferenceException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(NullReferenceException)] this access | cflow.cs:242:35:242:39 | [exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] access to field Field | cflow.cs:242:17:242:40 | [exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] this access | cflow.cs:242:35:242:39 | [exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [return] access to field Field | cflow.cs:242:17:242:40 | [return] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [return] this access | cflow.cs:242:35:242:39 | [return] access to field Field | semmle.label | successor |
| cflow.cs:242:17:242:41 | [finally: exception(Exception)] ...; | cflow.cs:242:35:242:39 | [finally: exception(Exception)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [finally: exception(NullReferenceException)] ...; | cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:242:17:242:41 | [finally: return] ...; | cflow.cs:242:35:242:39 | [finally: return] this access | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(Exception)] access to field Field | cflow.cs:242:17:242:40 | [finally: exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(Exception)] this access | cflow.cs:242:35:242:39 | [finally: exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] access to field Field | cflow.cs:242:17:242:40 | [finally: exception(NullReferenceException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] this access | cflow.cs:242:35:242:39 | [finally: exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] access to field Field | cflow.cs:242:17:242:40 | [finally: exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] this access | cflow.cs:242:35:242:39 | [finally: exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: return] access to field Field | cflow.cs:242:17:242:40 | [finally: return] call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | [finally: return] this access | cflow.cs:242:35:242:39 | [finally: return] access to field Field | semmle.label | successor |
| cflow.cs:242:35:242:39 | access to field Field | cflow.cs:242:17:242:40 | call to method WriteLine | semmle.label | successor |
| cflow.cs:242:35:242:39 | this access | cflow.cs:242:35:242:39 | access to field Field | semmle.label | successor |
| cflow.cs:243:13:244:37 | [exception(Exception)] if (...) ... | cflow.cs:243:17:243:21 | [exception(Exception)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [exception(NullReferenceException)] if (...) ... | cflow.cs:243:17:243:21 | [exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [exception(OutOfMemoryException)] if (...) ... | cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [return] if (...) ... | cflow.cs:243:17:243:21 | [return] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [finally: exception(Exception)] if (...) ... | cflow.cs:243:17:243:21 | [finally: exception(Exception)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [finally: exception(NullReferenceException)] if (...) ... | cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [finally: exception(OutOfMemoryException)] if (...) ... | cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | [finally: return] if (...) ... | cflow.cs:243:17:243:21 | [finally: return] this access | semmle.label | successor |
| cflow.cs:243:13:244:37 | if (...) ... | cflow.cs:243:17:243:21 | this access | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(Exception)] access to field Field | cflow.cs:243:17:243:28 | [exception(Exception)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(Exception)] this access | cflow.cs:243:17:243:21 | [exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(NullReferenceException)] access to field Field | cflow.cs:243:17:243:28 | [exception(NullReferenceException)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(NullReferenceException)] this access | cflow.cs:243:17:243:21 | [exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] access to field Field | cflow.cs:243:17:243:28 | [exception(OutOfMemoryException)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] this access | cflow.cs:243:17:243:21 | [exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [return] access to field Field | cflow.cs:243:17:243:28 | [return] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [return] this access | cflow.cs:243:17:243:21 | [return] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(Exception)] access to field Field | cflow.cs:243:17:243:28 | [finally: exception(Exception)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(Exception)] this access | cflow.cs:243:17:243:21 | [finally: exception(Exception)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] access to field Field | cflow.cs:243:17:243:28 | [finally: exception(NullReferenceException)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] this access | cflow.cs:243:17:243:21 | [finally: exception(NullReferenceException)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] access to field Field | cflow.cs:243:17:243:28 | [finally: exception(OutOfMemoryException)] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] this access | cflow.cs:243:17:243:21 | [finally: exception(OutOfMemoryException)] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: return] access to field Field | cflow.cs:243:17:243:28 | [finally: return] access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | [finally: return] this access | cflow.cs:243:17:243:21 | [finally: return] access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:21 | access to field Field | cflow.cs:243:17:243:28 | access to property Length | semmle.label | successor |
| cflow.cs:243:17:243:21 | this access | cflow.cs:243:17:243:21 | access to field Field | semmle.label | successor |
| cflow.cs:243:17:243:28 | [exception(Exception)] access to property Length | cflow.cs:243:32:243:32 | [exception(Exception)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [exception(NullReferenceException)] access to property Length | cflow.cs:243:32:243:32 | [exception(NullReferenceException)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [exception(OutOfMemoryException)] access to property Length | cflow.cs:243:32:243:32 | [exception(OutOfMemoryException)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [return] access to property Length | cflow.cs:243:32:243:32 | [return] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [finally: exception(Exception)] access to property Length | cflow.cs:243:32:243:32 | [finally: exception(Exception)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [finally: exception(NullReferenceException)] access to property Length | cflow.cs:243:32:243:32 | [finally: exception(NullReferenceException)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [finally: exception(OutOfMemoryException)] access to property Length | cflow.cs:243:32:243:32 | [finally: exception(OutOfMemoryException)] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | [finally: return] access to property Length | cflow.cs:243:32:243:32 | [finally: return] 0 | semmle.label | successor |
| cflow.cs:243:17:243:28 | access to property Length | cflow.cs:243:32:243:32 | 0 | semmle.label | successor |
| cflow.cs:243:17:243:32 | ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | false |
| cflow.cs:243:17:243:32 | ... > ... | cflow.cs:244:17:244:37 | ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | cflow.cs:244:17:244:37 | [exception(Exception)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(NullReferenceException) |
| cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [return] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:243:17:243:32 | [return] ... > ... | cflow.cs:244:17:244:37 | [return] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(NullReferenceException) |
| cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | semmle.label | true |
| cflow.cs:243:17:243:32 | [finally: return] ... > ... | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:243:17:243:32 | [finally: return] ... > ... | cflow.cs:244:17:244:37 | [finally: return] ...; | semmle.label | true |
| cflow.cs:243:32:243:32 | 0 | cflow.cs:243:17:243:32 | ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [exception(Exception)] 0 | cflow.cs:243:17:243:32 | [exception(Exception)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [exception(NullReferenceException)] 0 | cflow.cs:243:17:243:32 | [exception(NullReferenceException)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [exception(OutOfMemoryException)] 0 | cflow.cs:243:17:243:32 | [exception(OutOfMemoryException)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [return] 0 | cflow.cs:243:17:243:32 | [return] ... > ... | semmle.label | successor |
| cflow.cs:244:17:244:36 | [exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:244:17:244:36 | [exception(NullReferenceException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(NullReferenceException) |
| cflow.cs:244:17:244:36 | [exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:244:17:244:36 | [return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:243:32:243:32 | [finally: exception(Exception)] 0 | cflow.cs:243:17:243:32 | [finally: exception(Exception)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [finally: exception(NullReferenceException)] 0 | cflow.cs:243:17:243:32 | [finally: exception(NullReferenceException)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [finally: exception(OutOfMemoryException)] 0 | cflow.cs:243:17:243:32 | [finally: exception(OutOfMemoryException)] ... > ... | semmle.label | successor |
| cflow.cs:243:32:243:32 | [finally: return] 0 | cflow.cs:243:17:243:32 | [finally: return] ... > ... | semmle.label | successor |
| cflow.cs:244:17:244:36 | [finally: exception(Exception)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(Exception) |
| cflow.cs:244:17:244:36 | [finally: exception(NullReferenceException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(NullReferenceException) |
| cflow.cs:244:17:244:36 | [finally: exception(OutOfMemoryException)] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:244:17:244:36 | [finally: return] call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | return |
| cflow.cs:244:17:244:36 | call to method WriteLine | cflow.cs:146:10:146:19 | exit TryFinally | semmle.label | successor |
| cflow.cs:244:17:244:37 | ...; | cflow.cs:244:35:244:35 | 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [exception(Exception)] ...; | cflow.cs:244:35:244:35 | [exception(Exception)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [exception(NullReferenceException)] ...; | cflow.cs:244:35:244:35 | [exception(NullReferenceException)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [exception(OutOfMemoryException)] ...; | cflow.cs:244:35:244:35 | [exception(OutOfMemoryException)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [return] ...; | cflow.cs:244:35:244:35 | [return] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [finally: exception(Exception)] ...; | cflow.cs:244:35:244:35 | [finally: exception(Exception)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [finally: exception(NullReferenceException)] ...; | cflow.cs:244:35:244:35 | [finally: exception(NullReferenceException)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [finally: exception(OutOfMemoryException)] ...; | cflow.cs:244:35:244:35 | [finally: exception(OutOfMemoryException)] 1 | semmle.label | successor |
| cflow.cs:244:17:244:37 | [finally: return] ...; | cflow.cs:244:35:244:35 | [finally: return] 1 | semmle.label | successor |
| cflow.cs:244:35:244:35 | 1 | cflow.cs:244:17:244:36 | call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [exception(Exception)] 1 | cflow.cs:244:17:244:36 | [exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [exception(NullReferenceException)] 1 | cflow.cs:244:17:244:36 | [exception(NullReferenceException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [exception(OutOfMemoryException)] 1 | cflow.cs:244:17:244:36 | [exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [return] 1 | cflow.cs:244:17:244:36 | [return] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [finally: exception(Exception)] 1 | cflow.cs:244:17:244:36 | [finally: exception(Exception)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [finally: exception(NullReferenceException)] 1 | cflow.cs:244:17:244:36 | [finally: exception(NullReferenceException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [finally: exception(OutOfMemoryException)] 1 | cflow.cs:244:17:244:36 | [finally: exception(OutOfMemoryException)] call to method WriteLine | semmle.label | successor |
| cflow.cs:244:35:244:35 | [finally: return] 1 | cflow.cs:244:17:244:36 | [finally: return] call to method WriteLine | semmle.label | successor |
| cflow.cs:248:10:248:12 | enter For | cflow.cs:249:5:279:5 | {...} | semmle.label | successor |
| cflow.cs:249:5:279:5 | {...} | cflow.cs:250:9:250:18 | ... ...; | semmle.label | successor |
| cflow.cs:250:9:250:18 | ... ...; | cflow.cs:250:13:250:13 | access to local variable x | semmle.label | successor |
@@ -1894,11 +1898,11 @@
| cflow.cs:368:26:368:26 | access to local variable i | cflow.cs:368:13:368:27 | yield return ...; | semmle.label | successor |
| cflow.cs:370:9:378:9 | try {...} ... | cflow.cs:371:9:374:9 | {...} | semmle.label | successor |
| cflow.cs:371:9:374:9 | {...} | cflow.cs:372:13:372:24 | yield break; | semmle.label | successor |
| cflow.cs:372:13:372:24 | yield break; | cflow.cs:376:9:378:9 | [return] {...} | semmle.label | return |
| cflow.cs:376:9:378:9 | [return] {...} | cflow.cs:377:13:377:42 | [return] ...; | semmle.label | successor |
| cflow.cs:377:13:377:41 | [return] call to method WriteLine | cflow.cs:363:49:363:53 | exit Yield | semmle.label | return |
| cflow.cs:377:13:377:42 | [return] ...; | cflow.cs:377:31:377:40 | [return] "not dead" | semmle.label | successor |
| cflow.cs:377:31:377:40 | [return] "not dead" | cflow.cs:377:13:377:41 | [return] call to method WriteLine | semmle.label | successor |
| cflow.cs:372:13:372:24 | yield break; | cflow.cs:376:9:378:9 | [finally: return] {...} | semmle.label | return |
| cflow.cs:376:9:378:9 | [finally: return] {...} | cflow.cs:377:13:377:42 | [finally: return] ...; | semmle.label | successor |
| cflow.cs:377:13:377:41 | [finally: return] call to method WriteLine | cflow.cs:363:49:363:53 | exit Yield | semmle.label | return |
| cflow.cs:377:13:377:42 | [finally: return] ...; | cflow.cs:377:31:377:40 | [finally: return] "not dead" | semmle.label | successor |
| cflow.cs:377:31:377:40 | [finally: return] "not dead" | cflow.cs:377:13:377:41 | [finally: return] call to method WriteLine | semmle.label | successor |
| cflow.cs:384:5:384:18 | enter ControlFlowSub | cflow.cs:384:24:384:27 | call to constructor ControlFlow | semmle.label | successor |
| cflow.cs:384:24:384:27 | call to constructor ControlFlow | cflow.cs:384:31:384:33 | {...} | semmle.label | successor |
| cflow.cs:384:31:384:33 | {...} | cflow.cs:384:5:384:18 | exit ControlFlowSub | semmle.label | successor |
@@ -1914,23 +1918,23 @@
| cflow.cs:394:5:405:5 | {...} | cflow.cs:395:9:403:9 | try {...} ... | semmle.label | successor |
| cflow.cs:395:9:403:9 | try {...} ... | cflow.cs:396:9:398:9 | {...} | semmle.label | successor |
| cflow.cs:396:9:398:9 | {...} | cflow.cs:397:13:397:37 | ...; | semmle.label | successor |
| cflow.cs:397:13:397:36 | call to method WriteLine | cflow.cs:400:9:403:9 | [exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:397:13:397:36 | call to method WriteLine | cflow.cs:400:9:403:9 | [finally: exception(Exception)] {...} | semmle.label | exception(Exception) |
| cflow.cs:397:13:397:36 | call to method WriteLine | cflow.cs:400:9:403:9 | {...} | semmle.label | successor |
| cflow.cs:397:13:397:37 | ...; | cflow.cs:397:31:397:35 | "Try" | semmle.label | successor |
| cflow.cs:397:31:397:35 | "Try" | cflow.cs:397:13:397:36 | call to method WriteLine | semmle.label | successor |
| cflow.cs:397:31:397:35 | "Try" | cflow.cs:400:9:403:9 | [exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:400:9:403:9 | [exception(Exception)] {...} | cflow.cs:401:41:401:42 | [exception(Exception)] "" | semmle.label | successor |
| cflow.cs:400:9:403:9 | [exception(OutOfMemoryException)] {...} | cflow.cs:401:41:401:42 | [exception(OutOfMemoryException)] "" | semmle.label | successor |
| cflow.cs:397:31:397:35 | "Try" | cflow.cs:400:9:403:9 | [finally: exception(OutOfMemoryException)] {...} | semmle.label | exception(OutOfMemoryException) |
| cflow.cs:400:9:403:9 | [finally: exception(Exception)] {...} | cflow.cs:401:41:401:42 | [finally: exception(Exception)] "" | semmle.label | successor |
| cflow.cs:400:9:403:9 | [finally: exception(OutOfMemoryException)] {...} | cflow.cs:401:41:401:42 | [finally: exception(OutOfMemoryException)] "" | semmle.label | successor |
| cflow.cs:400:9:403:9 | {...} | cflow.cs:401:41:401:42 | "" | semmle.label | successor |
| cflow.cs:401:13:401:44 | [exception(Exception)] throw ...; | cflow.cs:393:10:393:10 | exit M | semmle.label | exception(ArgumentException) |
| cflow.cs:401:13:401:44 | [exception(OutOfMemoryException)] throw ...; | cflow.cs:393:10:393:10 | exit M | semmle.label | exception(ArgumentException) |
| cflow.cs:401:13:401:44 | [finally: exception(Exception)] throw ...; | cflow.cs:393:10:393:10 | exit M | semmle.label | exception(ArgumentException) |
| cflow.cs:401:13:401:44 | [finally: exception(OutOfMemoryException)] throw ...; | cflow.cs:393:10:393:10 | exit M | semmle.label | exception(ArgumentException) |
| cflow.cs:401:13:401:44 | throw ...; | cflow.cs:393:10:393:10 | exit M | semmle.label | exception(ArgumentException) |
| cflow.cs:401:19:401:43 | [exception(Exception)] object creation of type ArgumentException | cflow.cs:401:13:401:44 | [exception(Exception)] throw ...; | semmle.label | successor |
| cflow.cs:401:19:401:43 | [exception(OutOfMemoryException)] object creation of type ArgumentException | cflow.cs:401:13:401:44 | [exception(OutOfMemoryException)] throw ...; | semmle.label | successor |
| cflow.cs:401:19:401:43 | [finally: exception(Exception)] object creation of type ArgumentException | cflow.cs:401:13:401:44 | [finally: exception(Exception)] throw ...; | semmle.label | successor |
| cflow.cs:401:19:401:43 | [finally: exception(OutOfMemoryException)] object creation of type ArgumentException | cflow.cs:401:13:401:44 | [finally: exception(OutOfMemoryException)] throw ...; | semmle.label | successor |
| cflow.cs:401:19:401:43 | object creation of type ArgumentException | cflow.cs:401:13:401:44 | throw ...; | semmle.label | successor |
| cflow.cs:401:41:401:42 | "" | cflow.cs:401:19:401:43 | object creation of type ArgumentException | semmle.label | successor |
| cflow.cs:401:41:401:42 | [exception(Exception)] "" | cflow.cs:401:19:401:43 | [exception(Exception)] object creation of type ArgumentException | semmle.label | successor |
| cflow.cs:401:41:401:42 | [exception(OutOfMemoryException)] "" | cflow.cs:401:19:401:43 | [exception(OutOfMemoryException)] object creation of type ArgumentException | semmle.label | successor |
| cflow.cs:401:41:401:42 | [finally: exception(Exception)] "" | cflow.cs:401:19:401:43 | [finally: exception(Exception)] object creation of type ArgumentException | semmle.label | successor |
| cflow.cs:401:41:401:42 | [finally: exception(OutOfMemoryException)] "" | cflow.cs:401:19:401:43 | [finally: exception(OutOfMemoryException)] object creation of type ArgumentException | semmle.label | successor |
| cflow.cs:410:12:410:12 | enter M | cflow.cs:410:38:410:38 | access to parameter f | semmle.label | successor |
| cflow.cs:410:38:410:38 | access to parameter f | cflow.cs:410:40:410:40 | 0 | semmle.label | successor |
| cflow.cs:410:38:410:41 | delegate call | cflow.cs:410:12:410:12 | exit M | semmle.label | successor |

View File

@@ -195,7 +195,7 @@ public class ControlFlow
{
throw; // Go to the finally block
}
catch (Exception) when (false)
catch (Exception e) when (e.Message != null)
{
}
finally