Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Why do C# & VB differ on whether the parameters of a DelegateInvokeMethod are IsImplicitlyDeclared #14062

Open
dpoeschl opened this issue Sep 25, 2016 · 0 comments
Labels
Area-Compilers Concept-API This issue involves adding, removing, clarification, or modification of an API. Question
Milestone

Comments

@dpoeschl
Copy link
Contributor

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?

@gafter gafter added Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. labels Sep 26, 2016
@gafter gafter added this to the 2.1 milestone Sep 26, 2016
@jaredpar jaredpar added Question and removed Bug labels Mar 9, 2017
@jaredpar jaredpar modified the milestones: 16.0, 15.1 Mar 9, 2017
@jinujoseph jinujoseph modified the milestones: 16.0, 16.3 Jun 9, 2019
@jcouv jcouv modified the milestones: 16.3, Compiler.Next Jul 14, 2019
@jaredpar jaredpar modified the milestones: Compiler.Next, Backlog Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Compilers Concept-API This issue involves adding, removing, clarification, or modification of an API. Question
Projects
None yet
Development

No branches or pull requests

5 participants