Files
codeql/csharp/ql/test/library-tests/statements/Switch1.expected
2024-12-20 15:00:54 +01:00

3 lines
239 B
Plaintext

| statements.cs:72:13:83:13 | switch (...) {...} | statements.cs:72:21:72:21 | access to local variable n | 2 | 1 | 9 |
| statements.cs:88:13:107:13 | switch (...) {...} | statements.cs:88:21:88:23 | access to parameter foo | 9 | 0 | 17 |