C#: Remove keyset from metadata_handle relation

This commit is contained in:
Tamas Vajk
2023-10-10 16:43:21 +02:00
parent be16cb4190
commit 4c6073ebce
7 changed files with 8315 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add keyset to metadata_handle
compatibility: full

View File

@@ -1292,7 +1292,7 @@ expr_argument_name(
lambda_expr_return_type(
unique int id: @lambda_expr ref,
int type_id: @type_or_ref ref);
/** CONTROL/DATA FLOW **/
@control_flow_element = @stmt | @expr;
@@ -2074,5 +2074,4 @@ cil_attribute_positional_argument(
@metadata_entity = @cil_method | @cil_type | @cil_field | @cil_property | @field | @property |
@callable | @value_or_ref_type | @void_type;
#keyset[entity, location]
metadata_handle(int entity : @metadata_entity ref, int location: @assembly ref, int handle: int ref)

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Remove keyset from metadata_handle
compatibility: full