Files
codeql/csharp/ql/test/library-tests/csharp8/NullCoalescingAssignment.expected
2026-03-24 15:32:11 +01:00

5 lines
131 B
Plaintext

nullcoalescing
| NullableRefTypes.cs:94:17:94:25 | ... ?? ... |
assignments
| NullCoalescingAssignment.cs:8:9:8:18 | ... ??= ... |