Closed lostmsu closed 2 years ago
See individual commits.
CollectionElementInitializer action was removed because the new version of Roslyn for C# 9 treats collection initializers as Add method invocations, so a separate handler is not needed.
CollectionElementInitializer
Add
See individual commits.
CollectionElementInitializer
action was removed because the new version of Roslyn for C# 9 treats collection initializers asAdd
method invocations, so a separate handler is not needed.