Difference in Operation tree shape between VB and C# for invocations to extension methods #23625
Labels
Area-Analyzers
Bug
Feature - IOperation
IOperation
Need Design Review
The end user experience design needs to be reviewed and approved.
_Product-level triaged
Milestone
A C# invocation of the form
a.ExtensionMethod()
leads to Operation tree with operation fora
being the firstArgument
for the invocation and null value forIInvocationOperation.Instance
.A VB invocation of the same form
a.ExtensionMethod()
leads to Operation tree with operation fora
beingIInvocationOperation.Instance
and no arguments.The text was updated successfully, but these errors were encountered: