2 writes to _navigationBarController
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
170
_navigationBarController
= newController;
182
_navigationBarController
= null;
3 references to _navigationBarController
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (3)
112
Contract.ThrowIfFalse(
_navigationBarController
== null, "We shouldn't have a controller manager if there isn't a dropdown");
179
if (
_navigationBarController
!= null)
181
_navigationBarController
.Dispose();