IOperation API support for BoundDynamicObjectCreationExpression #20119
Labels
Area-Analyzers
Bug
Concept-API
This issue involves adding, removing, clarification, or modification of an API.
Feature - IOperation
IOperation
Urgency-Soon
Milestone
This has similar design aspect as #20114 (comment). BoundDynamicObjectCreationExpression is very similar to BoundObjectCreationExpression, except that we do not have a single bound constructor, but instead a method group of applicable constructors. We can either reuse IObjectCreationExpression with null Constructor and expose a MethodGroup of applicable methods or introduce a new IDynamicObjectCreationExpression as follows:
The text was updated successfully, but these errors were encountered: