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 7e174dc commit dd6ceb7Copy full SHA for dd6ceb7
csharp/ql/lib/semmlecode.csharp.dbscheme
@@ -878,6 +878,13 @@ param_location(
878
int id: @parameter ref,
879
int loc: @location ref);
880
881
+@has_scoped_annotation = @local_scope_variable
882
+
883
+scoped_annotation(
884
+ int id: @has_scoped_annotation ref,
885
+ int kind: int ref // scoped ref = 1, scoped value = 2
886
+ );
887
888
/** STATEMENTS **/
889
890
@exprorstmt_parent = @control_flow_element | @top_level_exprorstmt_parent;
0 commit comments