C#: Add a locatable type to the dbscheme.

This commit is contained in:
Michael Nebel
2025-10-27 15:43:12 +01:00
parent 8a344215b9
commit 40035d2e82
7 changed files with 5934 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Remove @locatable type
compatibility: full

View File

@@ -240,6 +240,12 @@ overlayChangedFiles(
@location = @location_default | @assembly;
@locatable = @declaration_with_accessors | @callable_accessor | @declaration_or_directive
| @diagnostic | @extractor_message | @preprocessor_directive | @attribute | @type_mention | @type_parameter_constraints
| @declaration_with_accessors | @callable_accessor | @operator | @method
| @constructor | @destructor | @field | @local_variable | @parameter | @stmt | @expr
| @xmllocatable | @commentline | @commentblock | @asp_element
locations_default(
unique int id: @location_default,
int file: @file ref,

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Add @locatable type
compatibility: full