this code is contrived, but represents a real case i hit: ```c# class X { } interface I { } class Y : X { } class Z : I { } ```  Selecting either of these instantly crashes VS.
this code is contrived, but represents a real case i hit:
Selecting either of these instantly crashes VS.