mirror of
https://github.com/github/codeql.git
synced 2026-03-23 07:56:54 +01:00
278 lines
32 KiB
Plaintext
278 lines
32 KiB
Plaintext
| 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; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:13:9:27:9 | [finally: exception(ArgumentNullException)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:13:9:27:9 | [finally: exception(Exception)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:14:13:26:13 | [finally: exception(ArgumentNullException)] try {...} ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:14:13:26:13 | [finally: exception(Exception)] try {...} ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:15:13:18:13 | [finally: exception(ArgumentNullException)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:15:13:18:13 | [finally: exception(Exception)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:17:17:45 | [finally: exception(ArgumentNullException)] if (...) ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:17:17:45 | [finally: exception(Exception)] if (...) ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:24 | [finally: exception(ArgumentNullException)] access to parameter args |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:24 | [finally: exception(Exception)] access to parameter args |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:31 | [finally: exception(ArgumentNullException)] access to property Length |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:31 | [finally: exception(Exception)] access to property Length |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:36 | [finally: exception(ArgumentNullException)] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:21:16:36 | [finally: exception(Exception)] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:36:16:36 | [finally: exception(ArgumentNullException)] 1 |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:16:36:16:36 | [finally: exception(Exception)] 1 |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:21:17:45 | [finally: exception(ArgumentNullException)] throw ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:21:17:45 | [finally: exception(Exception)] throw ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:27:17:44 | [finally: exception(ArgumentNullException)] object creation of type Exception |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:27:17:44 | [finally: exception(Exception)] object creation of type Exception |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:41:17:43 | [finally: exception(ArgumentNullException)] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:17:41:17:43 | [finally: exception(Exception)] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:13:22:13 | [finally: exception(ArgumentNullException), exception: Exception] catch (...) {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:13:22:13 | [finally: exception(ArgumentNullException), exception: NullReferenceException] catch (...) {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:13:22:13 | [finally: exception(Exception), exception: Exception] catch (...) {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:13:22:13 | [finally: exception(Exception), exception: NullReferenceException] catch (...) {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:30:19:30 | [finally: exception(ArgumentNullException), exception: Exception] Exception e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:30:19:30 | [finally: exception(ArgumentNullException), exception: NullReferenceException] Exception e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:30:19:30 | [finally: exception(Exception), exception: Exception] Exception e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:30:19:30 | [finally: exception(Exception), exception: NullReferenceException] Exception e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:39 | [finally: exception(ArgumentNullException), exception: Exception] access to local variable e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:39 | [finally: exception(ArgumentNullException), exception: NullReferenceException] access to local variable e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:39 | [finally: exception(Exception), exception: Exception] access to local variable e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:39 | [finally: exception(Exception), exception: NullReferenceException] access to local variable e |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:47 | [finally: exception(ArgumentNullException), exception: Exception] access to property Message |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:47 | [finally: exception(ArgumentNullException), exception: NullReferenceException] access to property Message |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:47 | [finally: exception(Exception), exception: Exception] access to property Message |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:47 | [finally: exception(Exception), exception: NullReferenceException] access to property Message |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:54 | [finally: exception(ArgumentNullException), exception: Exception] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:54 | [finally: exception(ArgumentNullException), exception: NullReferenceException] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:54 | [finally: exception(Exception), exception: Exception] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:39:19:54 | [finally: exception(Exception), exception: NullReferenceException] ... == ... |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:52:19:54 | [finally: exception(ArgumentNullException), exception: Exception] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:52:19:54 | [finally: exception(ArgumentNullException), exception: NullReferenceException] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:52:19:54 | [finally: exception(Exception), exception: Exception] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:19:52:19:54 | [finally: exception(Exception), exception: NullReferenceException] "1" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:20:13:22:13 | [finally: exception(ArgumentNullException)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:20:13:22:13 | [finally: exception(Exception)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:17:21:42 | [finally: exception(ArgumentNullException)] call to method WriteLine |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:17:21:42 | [finally: exception(Exception)] call to method WriteLine |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:17:21:43 | [finally: exception(ArgumentNullException)] ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:17:21:43 | [finally: exception(Exception)] ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:35:21:38 | [finally: exception(ArgumentNullException)] access to parameter args |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:35:21:38 | [finally: exception(Exception)] access to parameter args |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:35:21:41 | [finally: exception(ArgumentNullException)] access to array element |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:35:21:41 | [finally: exception(Exception)] access to array element |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:40:21:40 | [finally: exception(ArgumentNullException)] 0 |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:21:40:21:40 | [finally: exception(Exception)] 0 |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:23:13:26:13 | [finally: exception(ArgumentNullException)] catch {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:23:13:26:13 | [finally: exception(Exception)] catch {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:24:13:26:13 | [finally: exception(ArgumentNullException)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:24:13:26:13 | [finally: exception(Exception)] {...} |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:17:25:37 | [finally: exception(ArgumentNullException)] call to method WriteLine |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:17:25:37 | [finally: exception(Exception)] call to method WriteLine |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:17:25:38 | [finally: exception(ArgumentNullException)] ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:17:25:38 | [finally: exception(Exception)] ...; |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:35:25:36 | [finally: exception(ArgumentNullException)] "" |
|
|
| CatchInFinally.cs:7:9:27:9 | try {...} ... | CatchInFinally.cs:25:35:25:36 | [finally: exception(Exception)] "" |
|
|
| 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)] "" |
|