Merge pull request #16836 from michaelnebel/csharp/bestlocation

C#: Be more consistent when picking between locations.
This commit is contained in:
Michael Nebel
2024-06-26 12:46:50 +02:00
committed by GitHub
14 changed files with 58 additions and 15 deletions

View File

@@ -29,7 +29,7 @@
| A.cs:28:7:28:8 | C3 | B.cs:25:7:25:8 | {...} |
| A.cs:30:21:30:23 | get_P3 | A.cs:30:28:30:37 | throw ... |
| A.cs:34:15:34:16 | C4 | A.cs:34:15:34:16 | {...} |
| A.cs:34:15:34:16 | C4 | C.cs:1:15:1:16 | {...} |
| A.cs:34:15:34:16 | C4 | B.cs:30:15:30:16 | {...} |
| A.cs:36:9:36:10 | M1 | A.cs:36:14:36:28 | {...} |
| A.cs:36:9:36:10 | M1 | B.cs:32:17:32:17 | 0 |
| A.cs:37:9:37:10 | M2 | A.cs:37:14:37:28 | {...} |