Files
codeql/csharp/ql/test/library-tests/statements/Switch1.expected
2021-07-01 16:09:11 +02:00

3 lines
239 B
Plaintext

| statements.cs:71:13:82:13 | switch (...) {...} | statements.cs:71:21:71:21 | access to local variable n | 2 | 1 | 9 |
| statements.cs:87:13:106:13 | switch (...) {...} | statements.cs:87:21:87:23 | access to parameter foo | 9 | 0 | 17 |