BoundDelegateCreationExpression does not implement IMethodBindingExpression #19917
Labels
Area-Analyzers
Bug
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - IOperation
IOperation
Urgency-Soon
Milestone
Given the following VB code;
We get the following Operation tree for
AddressOf Handler
;This is because that
AddressOf
results in aBoundDelegateCreationExpression
, which does not implementIMethodBindingExpression
. I think the fix here is just to make it implement the interface. @AlekseyTs, does that sound correct to you?The text was updated successfully, but these errors were encountered: