2 instantiations of VsCodeWindowViewTracker
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
267var viewTracker = new VsCodeWindowViewTracker(_codeWindow, threadingContext, editorAdaptersFactoryService);
NavigationBar\NavigationBarClient.cs (1)
47_codeWindowViewTracker = new VsCodeWindowViewTracker(
6 references to VsCodeWindowViewTracker
Microsoft.VisualStudio.LanguageServices (6)
DocumentOutline\DocumentOutlineView.xaml.cs (2)
39private readonly VsCodeWindowViewTracker _viewTracker; 50VsCodeWindowViewTracker viewTracker,
DocumentOutline\DocumentOutlineViewModel.cs (2)
40private readonly VsCodeWindowViewTracker _codeWindowViewTracker; 74VsCodeWindowViewTracker codeWindowViewTracker,
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
267var viewTracker = new VsCodeWindowViewTracker(_codeWindow, threadingContext, editorAdaptersFactoryService);
NavigationBar\NavigationBarClient.cs (1)
33private readonly VsCodeWindowViewTracker _codeWindowViewTracker;