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

Extend member access analysis to events #907

Merged
merged 2 commits into from Sep 10, 2021

Commits on Sep 7, 2021

  1. Extend member access analysis to events

    Presently, only methods and properties are handled.
    
    Caveat: only += and -= are handled - raw event accesses didn't fit
    nicely, since there's no method invocation, and didn't seem
    high-priority (since they can only occur within the declaring type).
    amcasey committed Sep 7, 2021
    Copy the full SHA
    5f2edc3 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Fix missing method exception

    AArnott committed Sep 10, 2021
    Copy the full SHA
    2a3b2a4 View commit details
    Browse the repository at this point in the history