mirror of
https://github.com/github/codeql.git
synced 2025-12-20 02:44:30 +01:00
C#: Extract 'ImplicitObjectCreationExpressionSyntax'
This commit is contained in:
@@ -1078,6 +1078,8 @@ case @expr.kind of
|
||||
|
||||
@throw_element = @throw_expr | @throw_stmt;
|
||||
|
||||
@implicitly_typeable_object_creation_expr = @object_creation_expr | @explicit_delegate_creation_expr;
|
||||
|
||||
implicitly_typed_array_creation(
|
||||
unique int id: @array_creation_expr ref);
|
||||
|
||||
@@ -1087,6 +1089,9 @@ explicitly_sized_array_creation(
|
||||
stackalloc_array_creation(
|
||||
unique int id: @array_creation_expr ref);
|
||||
|
||||
implicitly_typed_object_creation(
|
||||
unique int id: @implicitly_typeable_object_creation_expr ref);
|
||||
|
||||
mutator_invocation_mode(
|
||||
unique int id: @operator_invocation_expr ref,
|
||||
int mode: int ref /* prefix = 1, postfix = 2*/);
|
||||
|
||||
Reference in New Issue
Block a user