We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23acd5c commit 812bc20Copy full SHA for 812bc20
csharp/ql/lib/semmlecode.csharp.dbscheme
@@ -1868,7 +1868,7 @@ cil_field(
1868
@cil_member = @cil_method | @cil_type | @cil_field | @cil_property | @cil_event;
1869
@cil_custom_modifier_receiver = @cil_method | @cil_property | @cil_parameter | @cil_field | @cil_function_pointer_type;
1870
@cil_parameterizable = @cil_method | @cil_function_pointer_type;
1871
-@cil_has_type_annotation = @cil_stack_variable | @cil_property | @cil_method | @cil_function_pointer_type;
+@cil_has_type_annotation = @cil_stack_variable | @cil_property | @cil_field | @cil_method | @cil_function_pointer_type;
1872
1873
#keyset[parameterizable, index]
1874
cil_parameter(
0 commit comments