mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
C#: Add support for init only accessors
This commit is contained in:
@@ -604,6 +604,9 @@ case @accessor.kind of
|
||||
| 2 = @setter
|
||||
;
|
||||
|
||||
init_only_accessors(
|
||||
unique int id: @accessor ref);
|
||||
|
||||
accessor_location(
|
||||
int id: @accessor ref,
|
||||
int loc: @location ref);
|
||||
|
||||
Reference in New Issue
Block a user