Exemplo n.º 1
0
 protected override void GotoSource(Microsoft.VisualStudio.Shell.Interop.VSOBJGOTOSRCTYPE gotoType)
 {
     _server.ServiceProvider.Navigate(Path, _location.Range.StartLine, _location.Range.StartColumn);
 }
Exemplo n.º 2
0
 protected override void GotoSource(Microsoft.VisualStudio.Shell.Interop.VSOBJGOTOSRCTYPE gotoType)
 {
     _langSvc.GotoLocation(_gotoInfo.Location, _caption, _caption != null);
 }