[Question] Why do C# & VB differ on whether the parameters of a DelegateInvokeMethod are IsImplicitlyDeclared #14062
Labels
Area-Compilers
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Question
Milestone
Note: I hit this snag while working on #8753 / PR #13931
It appears that parameters of a DelegateInvokeMethod in C# are not marked as IsImplicitlyDeclared, but similar parameters in VB are marked as IsImplicitlyDeclared. Is this intentional, and if so why?
The text was updated successfully, but these errors were encountered: