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

IOperation API support for BoundThrowExpression #20125

Closed
mavasani opened this issue Jun 8, 2017 · 3 comments
Closed

IOperation API support for BoundThrowExpression #20125

mavasani opened this issue Jun 8, 2017 · 3 comments
Assignees
Labels
Area-Analyzers Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. Feature - IOperation IOperation Urgency-Soon
Milestone

Comments

@mavasani
Copy link
Contributor

mavasani commented Jun 8, 2017

Proposed API:

    public interface IThrowExpression: IOperation
    {
        IOperation Expression { get; }
    }
@mavasani mavasani added Area-Analyzers Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. Discussion Feature - IOperation IOperation labels Jun 8, 2017
@mavasani
Copy link
Contributor Author

mavasani commented Jun 8, 2017

@jinujoseph

@CyrusNajmabadi
Copy link
Member

Do this.

@mavasani
Copy link
Contributor Author

Fixed with #20722

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Analyzers Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. Feature - IOperation IOperation Urgency-Soon
Projects
None yet
Development

No branches or pull requests

3 participants