Summary
Invoking go to definition on an extern alias namespace symbol crashes
Steps to Reproduce
extern alias Core;
using C$$ore::OtherProject.Core;
Place the cursor at $$ and invoke GTD by pressing F12
Expected Result
Navigation to Core
Actual Result
Program crashes
Summary
Invoking go to definition on an extern alias namespace symbol crashes
Steps to Reproduce
Place the cursor at
$$and invoke GTD by pressing F12Expected Result
Navigation to
CoreActual Result
Program crashes