Skip to content

Commit 812bc20

Browse files
committed
C#: Add CIL fields as entities that can carry type annotations.
1 parent 23acd5c commit 812bc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/lib/semmlecode.csharp.dbscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ cil_field(
18681868
@cil_member = @cil_method | @cil_type | @cil_field | @cil_property | @cil_event;
18691869
@cil_custom_modifier_receiver = @cil_method | @cil_property | @cil_parameter | @cil_field | @cil_function_pointer_type;
18701870
@cil_parameterizable = @cil_method | @cil_function_pointer_type;
1871-
@cil_has_type_annotation = @cil_stack_variable | @cil_property | @cil_method | @cil_function_pointer_type;
1871+
@cil_has_type_annotation = @cil_stack_variable | @cil_property | @cil_field | @cil_method | @cil_function_pointer_type;
18721872

18731873
#keyset[parameterizable, index]
18741874
cil_parameter(

0 commit comments

Comments
 (0)