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