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