Files
codeql/csharp/ql/test/library-tests/partial/PartialMethodBody.expected
2026-02-23 15:10:12 +01:00

5 lines
242 B
Plaintext

| Partial.cs:7:18:7:42 | PartialMethodWithoutBody1 | false |
| Partial.cs:19:18:19:39 | PartialMethodWithBody1 | true |
| Partial.cs:20:27:20:48 | PartialMethodWithBody2 | true |
| Partial.cs:46:18:46:42 | PartialMethodWithoutBody2 | false |