Merge pull request #7772 from hvitved/csharp/event-accessor-event-null

C#: Guard against `AssociatedSymbol` not being an `IEventSymbol`
This commit is contained in:
Tom Hvitved
2022-01-31 14:52:02 +01:00
committed by GitHub
10 changed files with 8235 additions and 50 deletions

View File

@@ -648,7 +648,7 @@ has_modifiers(
int id: @modifiable_direct ref,
int mod_id: @modifier ref);
compiler_generated(unique int id: @modifiable_direct ref);
compiler_generated(unique int id: @modifiable ref);
/** MEMBERS **/

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,2 @@
description: Support for compiler-generated event accessors.
compatibility: backwards