Fix crash when NavBar navigating to symbols without source locations
Fixes internal bug 187905 In a Visual Basic WinForms application, the Application.Designer.vb file contains one Partial of the MyApplication class. Using the NavBar in this class to attempt navigation to “Main” crashes VS. This crash will happen any time a non-source symbol (that’s also not a “code generation” entry like “New” and “Finalize”) finds its way into the NavBar, but this is the only example I currently have. This has been broken since Visual Studio 2015 RTM, but previous versions of Visual Studio showed a "The definition of the object is hidden." dialog in this case.
想要评论请 注册 或 登录