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)
114
Contract.ThrowIfFalse(
_dropdownBarClient
== null, "We shouldn't have a dropdown client if there isn't a dropdown");
129
if (
_dropdownBarClient
!= null &&
130
_dropdownBarClient
== GetDropdownBarClient(existingDropdownBar))