2 instantiations of VsCodeWindowViewTracker
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
267
var 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)
39
private readonly
VsCodeWindowViewTracker
_viewTracker;
50
VsCodeWindowViewTracker
viewTracker,
DocumentOutline\DocumentOutlineViewModel.cs (2)
40
private readonly
VsCodeWindowViewTracker
_codeWindowViewTracker;
74
VsCodeWindowViewTracker
codeWindowViewTracker,
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (1)
267
var
viewTracker = new VsCodeWindowViewTracker(_codeWindow, threadingContext, editorAdaptersFactoryService);
NavigationBar\NavigationBarClient.cs (1)
33
private readonly
VsCodeWindowViewTracker
_codeWindowViewTracker;