Files
codeql/csharp/ql/test/library-tests/partial/PartialMethodBody.expected
2026-02-24 14:32:20 +01:00

5 lines
258 B
Plaintext

| Partial.cs:9:18:9:42 | PartialMethodWithoutBody1 | false | 0 |
| Partial.cs:23:18:23:39 | PartialMethodWithBody1 | true | 1 |
| Partial.cs:24:27:24:48 | PartialMethodWithBody2 | true | 1 |
| Partial.cs:50:18:50:42 | PartialMethodWithoutBody2 | false | 0 |