mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
Overriding methods were not shown because the base method was marked 'internal' and so would normally only be visible within its own assembly. However the assembly had a InternalsVisibleToAttribute specified which allowed access from the assembly containing the derived types....pull/539/head
1 changed files with 19 additions and 15 deletions
Loading…
Reference in new issue