3 references to NavigateToSymbol
Microsoft.VisualStudio.LanguageServices (3)
StackTraceExplorer\StackFrameViewModel.cs (2)
173methodLink.Click += (s, a) => NavigateToSymbol(); 174methodLink.RequestNavigate += (s, a) => NavigateToSymbol();
StackTraceExplorer\StackTraceExplorer.xaml.cs (1)
42stackFrameViewModel.NavigateToSymbol();