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)
112Contract.ThrowIfFalse(_navigationBarController == null, "We shouldn't have a controller manager if there isn't a dropdown"); 179if (_navigationBarController != null) 181_navigationBarController.Dispose();