2 writes to _dropdownBarClient
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
173_dropdownBarClient = navigationBarClient; 187_dropdownBarClient = null;
3 references to _dropdownBarClient
Microsoft.VisualStudio.LanguageServices (3)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (3)
114Contract.ThrowIfFalse(_dropdownBarClient == null, "We shouldn't have a dropdown client if there isn't a dropdown"); 129if (_dropdownBarClient != null && 130_dropdownBarClient == GetDropdownBarClient(existingDropdownBar))