mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C#: Add a partial method example with a body.
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
| Partial.cs:6:18:6:42 | PartialMethodWithoutBody1 | true |
|
||||
| Partial.cs:7:17:7:23 | Method2 | false |
|
||||
| Partial.cs:18:18:18:39 | PartialMethodWithBody1 | true |
|
||||
| Partial.cs:19:17:19:23 | Method3 | false |
|
||||
| Partial.cs:41:18:41:42 | PartialMethodWithoutBody2 | true |
|
||||
| Partial.cs:42:17:42:23 | Method4 | false |
|
||||
| Partial.cs:47:17:47:23 | Method5 | false |
|
||||
| Partial.cs:7:18:7:42 | PartialMethodWithoutBody1 | true |
|
||||
| Partial.cs:8:17:8:23 | Method2 | false |
|
||||
| Partial.cs:19:18:19:39 | PartialMethodWithBody1 | true |
|
||||
| Partial.cs:20:27:20:48 | PartialMethodWithBody2 | true |
|
||||
| Partial.cs:24:17:24:23 | Method3 | false |
|
||||
| Partial.cs:46:18:46:42 | PartialMethodWithoutBody2 | true |
|
||||
| Partial.cs:47:17:47:23 | Method4 | false |
|
||||
| Partial.cs:52:17:52:23 | Method5 | false |
|
||||
|
||||
Reference in New Issue
Block a user